Html Css Color HEX #BBCA16 Rio Grande

📋 copy color: '#BBCA16'

red 187 ◦ green 202 ◦ blue 22

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

Shades of Rio Grande #BBCA16

Tints of Rio Grande #BBCA16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.35%

R = 45.5%
G = 49.15%
B = 5.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#BBCA16 (or 0xBBCA16) is known color: Rio Grande. HEX triplet: BB, CA and 16. RGB value is (187,202,22). Sum of RGB (Red+Green+Blue) = 187+202+22=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCA16 is #4435E9. Grayscale: #B1B1B1. Windows color (decimal): -4470250 or 1493691. OLE color: 1493691.

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

Color convert

RGB 187 202 22 -
CMYK 0.07 0 0.89 0.21
HSL 65º 0.8% 0.44% -
HSV(B) 65º 0.89% 0.79% -
XYZ 41.76 52.86 8.76 -
YUV 177 40.53 135.14 -
System Red Green Blue C M Y K H S L
Decimal 187 202 22 0.07 0 0.89 0.21 65 0.8 0.44
Hex BB CA 16 7 0 59 15 41 50 2C
Octal 273 312 26 7 0 131 25 101 120 54
Binary 10111011 11001010 10110 111 0 1011001 10101 1000001 1010000 101100

Color Harmonies of #BBCA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCA16

Black with #BBCA16

Text Example


Text Example

White with #BBCA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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