Html Css Color HEX #BBCA20 Rio Grande

📋 copy color: '#BBCA20'

red 187 ◦ green 202 ◦ blue 32

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

Shades of Rio Grande #BBCA20

Tints of Rio Grande #BBCA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.98%

 BLUE value IS 32 (12.89% from 255) = 7.6%

R = 44.42%
G = 47.98%
B = 7.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#BBCA20 (or 0xBBCA20) is known color: Rio Grande. HEX triplet: BB, CA and 20. RGB value is (187,202,32). Sum of RGB (Red+Green+Blue) = 187+202+32=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCA20 is #4435DF. Grayscale: #B2B2B2. Windows color (decimal): -4470240 or 2149051. OLE color: 2149051.

HSL color Cylindrical-coordinate representation of color #BBCA20: hue angle of 65.29º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBCA20 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 202 32 -
CMYK 0.07 0 0.84 0.21
HSL 65.29º 0.73% 0.46% -
HSV(B) 65.29º 0.84% 0.79% -
XYZ 41.87 52.91 9.37 -
YUV 178.14 45.53 134.32 -
System Red Green Blue C M Y K H S L
Decimal 187 202 32 0.07 0 0.84 0.21 65.29 0.73 0.46
Hex BB CA 20 7 0 54 15 41 49 2E
Octal 273 312 40 7 0 124 25 101 111 56
Binary 10111011 11001010 100000 111 0 1010100 10101 1000001 1001001 101110

Color Harmonies of #BBCA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCA20

Black with #BBCA20

Text Example


Text Example

White with #BBCA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCA20; }

 p { color: rgb(187,202,32); }

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

background-color css

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

 a { background-color: rgb(187,202,32); }

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

border-color css

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

 span { border-color: rgb(187,202,32); }

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