Html Css Color HEX #B1C020 Bahia

📋 copy color: '#B1C020'

red 177 ◦ green 192 ◦ blue 32

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

Shades of Bahia #B1C020

Tints of Bahia #B1C020

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.88%

 BLUE value IS 32 (12.89% from 255) = 7.98%

R = 44.14%
G = 47.88%
B = 7.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#B1C020 (or 0xB1C020) is known color: Bahia. HEX triplet: B1, C0 and 20. RGB value is (177,192,32). Sum of RGB (Red+Green+Blue) = 177+192+32=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C020 is #4E3FDF. Grayscale: #A9A9A9. Windows color (decimal): -5128160 or 2146481. OLE color: 2146481.

HSL color Cylindrical-coordinate representation of color #B1C020: hue angle of 65.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B1C020 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 192 32 -
CMYK 0.08 0 0.83 0.25
HSL 65.63º 0.71% 0.44% -
HSV(B) 65.63º 0.83% 0.75% -
XYZ 37.24 47.15 8.5 -
YUV 169.28 50.53 133.51 -
System Red Green Blue C M Y K H S L
Decimal 177 192 32 0.08 0 0.83 0.25 65.63 0.71 0.44
Hex B1 C0 20 8 0 53 19 42 47 2C
Octal 261 300 40 10 0 123 31 102 107 54
Binary 10110001 11000000 100000 1000 0 1010011 11001 1000010 1000111 101100

Color Harmonies of #B1C020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C020

Black with #B1C020

Text Example


Text Example

White with #B1C020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C020; }

 p { color: rgb(177,192,32); }

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

background-color css

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

 a { background-color: rgb(177,192,32); }

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

border-color css

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

 span { border-color: rgb(177,192,32); }

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