Html Css Color HEX #BBBE22 Rio Grande

📋 copy color: '#BBBE22'

red 187 ◦ green 190 ◦ blue 34

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

Shades of Rio Grande #BBBE22

Tints of Rio Grande #BBBE22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.27%

R = 45.5%
G = 46.23%
B = 8.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BBBE22 (or 0xBBBE22) is known color: Rio Grande. HEX triplet: BB, BE and 22. RGB value is (187,190,34). Sum of RGB (Red+Green+Blue) = 187+190+34=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 34 (13.67% from 255 or 8.27% from 411); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBBE22 is #4441DD. Grayscale: #ABABAB. Windows color (decimal): -4473310 or 2277051. OLE color: 2277051.

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

Color convert

RGB 187 190 34 -
CMYK 0.02 0 0.82 0.25
HSL 61.15º 0.7% 0.44% -
HSV(B) 61.15º 0.82% 0.75% -
XYZ 39.2 47.51 8.62 -
YUV 171.32 50.51 139.18 -
System Red Green Blue C M Y K H S L
Decimal 187 190 34 0.02 0 0.82 0.25 61.15 0.7 0.44
Hex BB BE 22 2 0 52 19 3D 46 2C
Octal 273 276 42 2 0 122 31 75 106 54
Binary 10111011 10111110 100010 10 0 1010010 11001 111101 1000110 101100

Color Harmonies of #BBBE22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBE22

Black with #BBBE22

Text Example


Text Example

White with #BBBE22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBE22; }

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

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

background-color css

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

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

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

border-color css

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

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

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