Html Css Color HEX #BBCA15 Rio Grande

📋 copy color: '#BBCA15'

red 187 ◦ green 202 ◦ blue 21

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

Shades of Rio Grande #BBCA15

Tints of Rio Grande #BBCA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.12%

R = 45.61%
G = 49.27%
B = 5.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#BBCA15 (or 0xBBCA15) is known color: Rio Grande. HEX triplet: BB, CA and 15. RGB value is (187,202,21). Sum of RGB (Red+Green+Blue) = 187+202+21=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 21 (8.59% from 255 or 5.12% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCA15 is #4435EA. Grayscale: #B1B1B1. Windows color (decimal): -4470251 or 1428155. OLE color: 1428155.

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

Color convert

RGB 187 202 21 -
CMYK 0.07 0 0.90 0.21
HSL 64.97º 0.81% 0.44% -
HSV(B) 64.97º 0.9% 0.79% -
XYZ 41.75 52.86 8.71 -
YUV 176.88 40.03 135.22 -
System Red Green Blue C M Y K H S L
Decimal 187 202 21 0.07 0 0.90 0.21 64.97 0.81 0.44
Hex BB CA 15 7 0 5A 15 41 51 2C
Octal 273 312 25 7 0 132 25 101 121 54
Binary 10111011 11001010 10101 111 0 1011010 10101 1000001 1010001 101100

Color Harmonies of #BBCA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCA15

Black with #BBCA15

Text Example


Text Example

White with #BBCA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCA15; }

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

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

background-color css

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

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

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

border-color css

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

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

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