Html Css Color HEX #BBBC2A Rio Grande

📋 copy color: '#BBBC2A'

red 187 ◦ green 188 ◦ blue 42

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

Shades of Rio Grande #BBBC2A

Tints of Rio Grande #BBBC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.07%

R = 44.84%
G = 45.08%
B = 10.07%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BBBC2A (or 0xBBBC2A) is known color: Rio Grande. HEX triplet: BB, BC and 2A. RGB value is (187,188,42). Sum of RGB (Red+Green+Blue) = 187+188+42=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBC2A is #4443D5. Grayscale: #ABABAB. Windows color (decimal): -4473814 or 2800827. OLE color: 2800827.

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

Color convert

RGB 187 188 42 -
CMYK 0.01 0 0.78 0.26
HSL 60.41º 0.63% 0.45% -
HSV(B) 60.41º 0.78% 0.74% -
XYZ 38.89 46.7 9.15 -
YUV 171.06 55.17 139.37 -
System Red Green Blue C M Y K H S L
Decimal 187 188 42 0.01 0 0.78 0.26 60.41 0.63 0.45
Hex BB BC 2A 1 0 4E 1A 3C 3F 2D
Octal 273 274 52 1 0 116 32 74 77 55
Binary 10111011 10111100 101010 1 0 1001110 11010 111100 111111 101101

Color Harmonies of #BBBC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBC2A

Black with #BBBC2A

Text Example


Text Example

White with #BBBC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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