Html Css Color HEX #BBC822 Rio Grande

📋 copy color: '#BBC822'

red 187 ◦ green 200 ◦ blue 34

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

Shades of Rio Grande #BBC822

Tints of Rio Grande #BBC822

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.51%

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

R = 44.42%
G = 47.51%
B = 8.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#BBC822 (or 0xBBC822) is known color: Rio Grande. HEX triplet: BB, C8 and 22. RGB value is (187,200,34). Sum of RGB (Red+Green+Blue) = 187+200+34=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 34 (13.67% from 255 or 8.08% from 421); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC822 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC822 is #4437DD. Grayscale: #B1B1B1. Windows color (decimal): -4470750 or 2279611. OLE color: 2279611.

HSL color Cylindrical-coordinate representation of color #BBC822: hue angle of 64.7º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBC822 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 200 34 -
CMYK 0.06 0 0.83 0.22
HSL 64.7º 0.71% 0.46% -
HSV(B) 64.7º 0.83% 0.78% -
XYZ 41.44 51.99 9.36 -
YUV 177.19 47.19 135 -
System Red Green Blue C M Y K H S L
Decimal 187 200 34 0.06 0 0.83 0.22 64.7 0.71 0.46
Hex BB C8 22 6 0 53 16 41 47 2E
Octal 273 310 42 6 0 123 26 101 107 56
Binary 10111011 11001000 100010 110 0 1010011 10110 1000001 1000111 101110

Color Harmonies of #BBC822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC822

Black with #BBC822

Text Example


Text Example

White with #BBC822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC822; }

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

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

background-color css

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

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

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

border-color css

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

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

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