Html Css Color HEX #BBCA18 Rio Grande

📋 copy color: '#BBCA18'

red 187 ◦ green 202 ◦ blue 24

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

Shades of Rio Grande #BBCA18

Tints of Rio Grande #BBCA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.81%

R = 45.28%
G = 48.91%
B = 5.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#BBCA18 (or 0xBBCA18) is known color: Rio Grande. HEX triplet: BB, CA and 18. RGB value is (187,202,24). Sum of RGB (Red+Green+Blue) = 187+202+24=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 24 (9.77% from 255 or 5.81% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCA18 is #4435E7. Grayscale: #B1B1B1. Windows color (decimal): -4470248 or 1624763. OLE color: 1624763.

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

Color convert

RGB 187 202 24 -
CMYK 0.07 0 0.88 0.21
HSL 65.06º 0.79% 0.44% -
HSV(B) 65.06º 0.88% 0.79% -
XYZ 41.78 52.87 8.87 -
YUV 177.22 41.53 134.97 -
System Red Green Blue C M Y K H S L
Decimal 187 202 24 0.07 0 0.88 0.21 65.06 0.79 0.44
Hex BB CA 18 7 0 58 15 41 4F 2C
Octal 273 312 30 7 0 130 25 101 117 54
Binary 10111011 11001010 11000 111 0 1011000 10101 1000001 1001111 101100

Color Harmonies of #BBCA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCA18

Black with #BBCA18

Text Example


Text Example

White with #BBCA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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