Html Css Color HEX #B1C124 Bahia

📋 copy color: '#B1C124'

red 177 ◦ green 193 ◦ blue 36

#B1C124
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #B1C124

Tints of Bahia #B1C124

RGB

 RED value IS 177 (69.53% from 255) = 43.6%

 GREEN value IS 193 (75.78% from 255) = 47.54%

 BLUE value IS 36 (14.45% from 255) = 8.87%

R = 43.6%
G = 47.54%
B = 8.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#B1C124 (or 0xB1C124) is known color: Bahia. HEX triplet: B1, C1 and 24. RGB value is (177,193,36). Sum of RGB (Red+Green+Blue) = 177+193+36=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 36 (14.45% from 255 or 8.87% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C124 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C124 is #4E3EDB. Grayscale: #AAAAAA. Windows color (decimal): -5127900 or 2408881. OLE color: 2408881.

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

Color convert

RGB 177 193 36 -
CMYK 0.08 0 0.81 0.24
HSL 66.11º 0.69% 0.45% -
HSV(B) 66.11º 0.81% 0.76% -
XYZ 37.52 47.61 8.88 -
YUV 170.32 52.2 132.77 -
System Red Green Blue C M Y K H S L
Decimal 177 193 36 0.08 0 0.81 0.24 66.11 0.69 0.45
Hex B1 C1 24 8 0 51 18 42 45 2D
Octal 261 301 44 10 0 121 30 102 105 55
Binary 10110001 11000001 100100 1000 0 1010001 11000 1000010 1000101 101101

Color Harmonies of #B1C124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C124

Black with #B1C124

Text Example


Text Example

White with #B1C124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C124; }

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

 H1.HeaderClassName
 {
   color: #B1C124;
 }
 .AnyTagClassName
 {
   color: #B1C124;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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