Html Css Color HEX #BBBE2A Rio Grande

📋 copy color: '#BBBE2A'

red 187 ◦ green 190 ◦ blue 42

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

Shades of Rio Grande #BBBE2A

Tints of Rio Grande #BBBE2A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.35%

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

R = 44.63%
G = 45.35%
B = 10.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BBBE2A (or 0xBBBE2A) is known color: Rio Grande. HEX triplet: BB, BE and 2A. RGB value is (187,190,42). Sum of RGB (Red+Green+Blue) = 187+190+42=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 42 (16.80% from 255 or 10.02% from 419); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBE2A is #4441D5. Grayscale: #ACACAC. Windows color (decimal): -4473302 or 2801339. OLE color: 2801339.

HSL color Cylindrical-coordinate representation of color #BBBE2A: hue angle of 61.22º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBBE2A is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 190 42 -
CMYK 0.02 0 0.78 0.25
HSL 61.22º 0.64% 0.45% -
HSV(B) 61.22º 0.78% 0.75% -
XYZ 39.32 47.56 9.3 -
YUV 172.23 54.51 138.53 -
System Red Green Blue C M Y K H S L
Decimal 187 190 42 0.02 0 0.78 0.25 61.22 0.64 0.45
Hex BB BE 2A 2 0 4E 19 3D 40 2D
Octal 273 276 52 2 0 116 31 75 100 55
Binary 10111011 10111110 101010 10 0 1001110 11001 111101 1000000 101101

Color Harmonies of #BBBE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBE2A

Black with #BBBE2A

Text Example


Text Example

White with #BBBE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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