Html Css Color HEX #B1C228 Bahia

📋 copy color: '#B1C228'

red 177 ◦ green 194 ◦ blue 40

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

Shades of Bahia #B1C228

Tints of Bahia #B1C228

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.2%

 BLUE value IS 40 (16.02% from 255) = 9.73%

R = 43.07%
G = 47.2%
B = 9.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#B1C228 (or 0xB1C228) is known color: Bahia. HEX triplet: B1, C2 and 28. RGB value is (177,194,40). Sum of RGB (Red+Green+Blue) = 177+194+40=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C228 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C228 is #4E3DD7. Grayscale: #ABABAB. Windows color (decimal): -5127640 or 2671281. OLE color: 2671281.

HSL color Cylindrical-coordinate representation of color #B1C228: hue angle of 66.62º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B1C228 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 194 40 -
CMYK 0.09 0 0.79 0.24
HSL 66.62º 0.66% 0.46% -
HSV(B) 66.62º 0.79% 0.76% -
XYZ 37.81 48.08 9.3 -
YUV 171.36 53.87 132.02 -
System Red Green Blue C M Y K H S L
Decimal 177 194 40 0.09 0 0.79 0.24 66.62 0.66 0.46
Hex B1 C2 28 9 0 4F 18 43 42 2E
Octal 261 302 50 11 0 117 30 103 102 56
Binary 10110001 11000010 101000 1001 0 1001111 11000 1000011 1000010 101110

Color Harmonies of #B1C228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C228

Black with #B1C228

Text Example


Text Example

White with #B1C228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C228; }

 p { color: rgb(177,194,40); }

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

background-color css

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

 a { background-color: rgb(177,194,40); }

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

border-color css

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

 span { border-color: rgb(177,194,40); }

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