#B1C123

Color #B1C123 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #B1C123

Tints of Bahia #B1C123

Color information

#B1C123 (or 0xB1C123) is unknown color: approx Bahia. HEX triplet: B1, C1 and 23. RGB value is (177,193,35). Sum of RGB (Red+Green+Blue) = 177+193+35=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 35 (14.06% from 255 or 8.64% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C123 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C123 is #4E3EDC. Grayscale: #AAAAAA. Windows color (decimal): -5127901 or 2343345. OLE color: 2343345.

HSL color Cylindrical-coordinate representation of color #B1C123: hue angle of 66.08º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1C123 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB17719335-
CMYK0.0800.820.24
HSL66.08º69.3%44.71%-
HSV(B)66.08º81.87%75.69%-
XYZ37.547.618.8-
YUV170.251.7132.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 193 (75.78% from 255) = 47.65%
BLUE value IS 35 (14.06% from 255) = 8.64%
R=43.70%
G=47.65%
B=8.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177193350.0800.820.2466.0869.344.71
HexB1C12380521842452d
Octal261301431001223010210555
Binary10110001110000011000111000010100101100010000101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C123; }

 p { color: rgb(177,193,35); }

 H1.HeaderClassName
 {
   color: #B1C123;
 }
 .AnyTagClassName
 {
   color: #B1C123;
 }
</style>
background-color css

<style>
 a { background-color: #B1C123; }

 a { background-color: rgb(177,193,35); }

 div.DivClassName
 {
   background-color: #B1C123;
 }
 .BgClassName
 {
   background-color: #B1C123;
 }
</style>
border-color css

<style>
 span { border-color: #B1C123; }

 span { border-color: rgb(177,193,35); }

 td.TdClassName
 {
   border-color: #B1C123;
 }
 .TagClassName
 {
   border-color: #B1C123;
 }
</style>