Html Css Color HEX #BBD022 Rio Grande

📋 copy color: '#BBD022'

red 187 ◦ green 208 ◦ blue 34

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

Shades of Rio Grande #BBD022

Tints of Rio Grande #BBD022

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.48%

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

R = 43.59%
G = 48.48%
B = 7.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#BBD022 (or 0xBBD022) is known color: Rio Grande. HEX triplet: BB, D0 and 22. RGB value is (187,208,34). Sum of RGB (Red+Green+Blue) = 187+208+34=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 34 (13.67% from 255 or 7.93% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD022 is #442FDD. Grayscale: #B6B6B6. Windows color (decimal): -4468702 or 2281659. OLE color: 2281659.

HSL color Cylindrical-coordinate representation of color #BBD022: hue angle of 67.24º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBD022 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 34 -
CMYK 0.10 0 0.84 0.18
HSL 67.24º 0.72% 0.47% -
HSV(B) 67.24º 0.84% 0.82% -
XYZ 43.34 55.79 10 -
YUV 181.89 44.54 131.65 -
System Red Green Blue C M Y K H S L
Decimal 187 208 34 0.10 0 0.84 0.18 67.24 0.72 0.47
Hex BB D0 22 A 0 54 12 43 48 2F
Octal 273 320 42 12 0 124 22 103 110 57
Binary 10111011 11010000 100010 1010 0 1010100 10010 1000011 1001000 101111

Color Harmonies of #BBD022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD022

Black with #BBD022

Text Example


Text Example

White with #BBD022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD022; }

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

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

background-color css

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

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

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

border-color css

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

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

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