Html Css Color HEX #BBCA17 Rio Grande

📋 copy color: '#BBCA17'

red 187 ◦ green 202 ◦ blue 23

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

Shades of Rio Grande #BBCA17

Tints of Rio Grande #BBCA17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.58%

R = 45.39%
G = 49.03%
B = 5.58%

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

#BBCA17 (or 0xBBCA17) is known color: Rio Grande. HEX triplet: BB, CA and 17. RGB value is (187,202,23). Sum of RGB (Red+Green+Blue) = 187+202+23=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 23 (9.38% from 255 or 5.58% from 412); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCA17 is #4435E8. Grayscale: #B1B1B1. Windows color (decimal): -4470249 or 1559227. OLE color: 1559227.

HSL color Cylindrical-coordinate representation of color #BBCA17: hue angle of 65.03º 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 #BBCA17 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 202 23 -
CMYK 0.07 0 0.89 0.21
HSL 65.03º 0.8% 0.44% -
HSV(B) 65.03º 0.89% 0.79% -
XYZ 41.77 52.87 8.81 -
YUV 177.11 41.03 135.05 -
System Red Green Blue C M Y K H S L
Decimal 187 202 23 0.07 0 0.89 0.21 65.03 0.8 0.44
Hex BB CA 17 7 0 59 15 41 50 2C
Octal 273 312 27 7 0 131 25 101 120 54
Binary 10111011 11001010 10111 111 0 1011001 10101 1000001 1010000 101100

Color Harmonies of #BBCA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCA17

Black with #BBCA17

Text Example


Text Example

White with #BBCA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCA17; }

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

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

background-color css

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

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

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

border-color css

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

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

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