Html Css Color HEX #BBBC2C Rio Grande

📋 copy color: '#BBBC2C'

red 187 ◦ green 188 ◦ blue 44

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

Shades of Rio Grande #BBBC2C

Tints of Rio Grande #BBBC2C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.87%

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

R = 44.63%
G = 44.87%
B = 10.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BBBC2C (or 0xBBBC2C) is known color: Rio Grande. HEX triplet: BB, BC and 2C. RGB value is (187,188,44). Sum of RGB (Red+Green+Blue) = 187+188+44=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBC2C is #4443D3. Grayscale: #ABABAB. Windows color (decimal): -4473812 or 2931899. OLE color: 2931899.

HSL color Cylindrical-coordinate representation of color #BBBC2C: hue angle of 60.42º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBBC2C is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 188 44 -
CMYK 0.01 0 0.77 0.26
HSL 60.42º 0.62% 0.45% -
HSV(B) 60.42º 0.77% 0.74% -
XYZ 38.93 46.71 9.35 -
YUV 171.29 56.17 139.21 -
System Red Green Blue C M Y K H S L
Decimal 187 188 44 0.01 0 0.77 0.26 60.42 0.62 0.45
Hex BB BC 2C 1 0 4D 1A 3C 3E 2D
Octal 273 274 54 1 0 115 32 74 76 55
Binary 10111011 10111100 101100 1 0 1001101 11010 111100 111110 101101

Color Harmonies of #BBBC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBC2C

Black with #BBBC2C

Text Example


Text Example

White with #BBBC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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