Html Css Color HEX #BBC022 Rio Grande

📋 copy color: '#BBC022'

red 187 ◦ green 192 ◦ blue 34

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

Shades of Rio Grande #BBC022

Tints of Rio Grande #BBC022

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.49%

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

R = 45.28%
G = 46.49%
B = 8.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BBC022 (or 0xBBC022) is known color: Rio Grande. HEX triplet: BB, C0 and 22. RGB value is (187,192,34). Sum of RGB (Red+Green+Blue) = 187+192+34=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 34 (13.67% from 255 or 8.23% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC022 is #443FDD. Grayscale: #ADADAD. Windows color (decimal): -4472798 or 2277563. OLE color: 2277563.

HSL color Cylindrical-coordinate representation of color #BBC022: hue angle of 61.9º 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 #BBC022 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 34 -
CMYK 0.03 0 0.82 0.25
HSL 61.9º 0.7% 0.44% -
HSV(B) 61.9º 0.82% 0.75% -
XYZ 39.63 48.38 8.76 -
YUV 172.49 49.84 138.35 -
System Red Green Blue C M Y K H S L
Decimal 187 192 34 0.03 0 0.82 0.25 61.9 0.7 0.44
Hex BB C0 22 3 0 52 19 3E 46 2C
Octal 273 300 42 3 0 122 31 76 106 54
Binary 10111011 11000000 100010 11 0 1010010 11001 111110 1000110 101100

Color Harmonies of #BBC022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC022

Black with #BBC022

Text Example


Text Example

White with #BBC022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC022; }

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

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

background-color css

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

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

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

border-color css

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

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

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