Html Css Color HEX #BBCA12 Rio Grande

📋 copy color: '#BBCA12'

red 187 ◦ green 202 ◦ blue 18

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

Shades of Rio Grande #BBCA12

Tints of Rio Grande #BBCA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.42%

R = 45.95%
G = 49.63%
B = 4.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#BBCA12 (or 0xBBCA12) is known color: Rio Grande. HEX triplet: BB, CA and 12. RGB value is (187,202,18). Sum of RGB (Red+Green+Blue) = 187+202+18=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCA12 is #4435ED. Grayscale: #B1B1B1. Windows color (decimal): -4470254 or 1231547. OLE color: 1231547.

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

Color convert

RGB 187 202 18 -
CMYK 0.07 0 0.91 0.21
HSL 64.89º 0.84% 0.43% -
HSV(B) 64.89º 0.91% 0.79% -
XYZ 41.72 52.85 8.57 -
YUV 176.54 38.53 135.46 -
System Red Green Blue C M Y K H S L
Decimal 187 202 18 0.07 0 0.91 0.21 64.89 0.84 0.43
Hex BB CA 12 7 0 5B 15 41 54 2B
Octal 273 312 22 7 0 133 25 101 124 53
Binary 10111011 11001010 10010 111 0 1011011 10101 1000001 1010100 101011

Color Harmonies of #BBCA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCA12

Black with #BBCA12

Text Example


Text Example

White with #BBCA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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