Html Css Color HEX #B1C22D Bahia

📋 copy color: '#B1C22D'

red 177 ◦ green 194 ◦ blue 45

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

Shades of Bahia #B1C22D

Tints of Bahia #B1C22D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.82%

R = 42.55%
G = 46.63%
B = 10.82%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#B1C22D (or 0xB1C22D) is known color: Bahia. HEX triplet: B1, C2 and 2D. RGB value is (177,194,45). Sum of RGB (Red+Green+Blue) = 177+194+45=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C22D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C22D is #4E3DD2. Grayscale: #ACACAC. Windows color (decimal): -5127635 or 2998961. OLE color: 2998961.

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

Color convert

RGB 177 194 45 -
CMYK 0.09 0 0.77 0.24
HSL 66.85º 0.62% 0.47% -
HSV(B) 66.85º 0.77% 0.76% -
XYZ 37.9 48.12 9.77 -
YUV 171.93 56.37 131.62 -
System Red Green Blue C M Y K H S L
Decimal 177 194 45 0.09 0 0.77 0.24 66.85 0.62 0.47
Hex B1 C2 2D 9 0 4D 18 43 3E 2F
Octal 261 302 55 11 0 115 30 103 76 57
Binary 10110001 11000010 101101 1001 0 1001101 11000 1000011 111110 101111

Color Harmonies of #B1C22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C22D

Black with #B1C22D

Text Example


Text Example

White with #B1C22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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