Html Css Color HEX #B1C02C Bahia

📋 copy color: '#B1C02C'

red 177 ◦ green 192 ◦ blue 44

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

Shades of Bahia #B1C02C

Tints of Bahia #B1C02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.65%

R = 42.86%
G = 46.49%
B = 10.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#B1C02C (or 0xB1C02C) is known color: Bahia. HEX triplet: B1, C0 and 2C. RGB value is (177,192,44). Sum of RGB (Red+Green+Blue) = 177+192+44=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C02C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C02C is #4E3FD3. Grayscale: #ABABAB. Windows color (decimal): -5128148 or 2932913. OLE color: 2932913.

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

Color convert

RGB 177 192 44 -
CMYK 0.08 0 0.77 0.25
HSL 66.08º 0.63% 0.46% -
HSV(B) 66.08º 0.77% 0.75% -
XYZ 37.44 47.23 9.53 -
YUV 170.64 56.53 132.53 -
System Red Green Blue C M Y K H S L
Decimal 177 192 44 0.08 0 0.77 0.25 66.08 0.63 0.46
Hex B1 C0 2C 8 0 4D 19 42 3F 2E
Octal 261 300 54 10 0 115 31 102 77 56
Binary 10110001 11000000 101100 1000 0 1001101 11001 1000010 111111 101110

Color Harmonies of #B1C02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C02C

Black with #B1C02C

Text Example


Text Example

White with #B1C02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C02C; }

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

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

background-color css

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

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

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

border-color css

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

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

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