Html Css Color HEX #BBC322 Rio Grande

📋 copy color: '#BBC322'

red 187 ◦ green 195 ◦ blue 34

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

Shades of Rio Grande #BBC322

Tints of Rio Grande #BBC322

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.88%

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

R = 44.95%
G = 46.88%
B = 8.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#BBC322 (or 0xBBC322) is known color: Rio Grande. HEX triplet: BB, C3 and 22. RGB value is (187,195,34). Sum of RGB (Red+Green+Blue) = 187+195+34=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 34 (13.67% from 255 or 8.17% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC322 is #443CDD. Grayscale: #AEAEAE. Windows color (decimal): -4472030 or 2278331. OLE color: 2278331.

HSL color Cylindrical-coordinate representation of color #BBC322: hue angle of 62.98º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBC322 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 195 34 -
CMYK 0.04 0 0.83 0.24
HSL 62.98º 0.7% 0.45% -
HSV(B) 62.98º 0.83% 0.76% -
XYZ 40.3 49.71 8.98 -
YUV 174.25 48.85 137.09 -
System Red Green Blue C M Y K H S L
Decimal 187 195 34 0.04 0 0.83 0.24 62.98 0.7 0.45
Hex BB C3 22 4 0 53 18 3F 46 2D
Octal 273 303 42 4 0 123 30 77 106 55
Binary 10111011 11000011 100010 100 0 1010011 11000 111111 1000110 101101

Color Harmonies of #BBC322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC322

Black with #BBC322

Text Example


Text Example

White with #BBC322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC322; }

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

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

background-color css

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

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

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

border-color css

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

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

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