Html Css Color HEX #BBC42C Rio Grande

📋 copy color: '#BBC42C'

red 187 ◦ green 196 ◦ blue 44

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

Shades of Rio Grande #BBC42C

Tints of Rio Grande #BBC42C

RGB

 RED value IS 187 (73.44% from 255) = 43.79%

 GREEN value IS 196 (76.95% from 255) = 45.9%

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

R = 43.79%
G = 45.9%
B = 10.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#BBC42C (or 0xBBC42C) is known color: Rio Grande. HEX triplet: BB, C4 and 2C. RGB value is (187,196,44). Sum of RGB (Red+Green+Blue) = 187+196+44=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC42C is #443BD3. Grayscale: #B0B0B0. Windows color (decimal): -4471764 or 2933947. OLE color: 2933947.

HSL color Cylindrical-coordinate representation of color #BBC42C: hue angle of 63.55º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBC42C is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 196 44 -
CMYK 0.05 0 0.78 0.23
HSL 63.55º 0.63% 0.47% -
HSV(B) 63.55º 0.78% 0.77% -
XYZ 40.69 50.23 9.93 -
YUV 175.98 53.52 135.86 -
System Red Green Blue C M Y K H S L
Decimal 187 196 44 0.05 0 0.78 0.23 63.55 0.63 0.47
Hex BB C4 2C 5 0 4E 17 40 3F 2F
Octal 273 304 54 5 0 116 27 100 77 57
Binary 10111011 11000100 101100 101 0 1001110 10111 1000000 111111 101111

Color Harmonies of #BBC42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC42C

Black with #BBC42C

Text Example


Text Example

White with #BBC42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC42C; }

 p { color: rgb(187,196,44); }

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

background-color css

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

 a { background-color: rgb(187,196,44); }

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

border-color css

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

 span { border-color: rgb(187,196,44); }

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