Html Css Color HEX #BACE21 Rio Grande

📋 copy color: '#BACE21'

red 186 ◦ green 206 ◦ blue 33

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

Shades of Rio Grande #BACE21

Tints of Rio Grande #BACE21

RGB

 RED value IS 186 (73.05% from 255) = 43.76%

 GREEN value IS 206 (80.86% from 255) = 48.47%

 BLUE value IS 33 (13.28% from 255) = 7.76%

R = 43.76%
G = 48.47%
B = 7.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#BACE21 (or 0xBACE21) is known color: Rio Grande. HEX triplet: BA, CE and 21. RGB value is (186,206,33). Sum of RGB (Red+Green+Blue) = 186+206+33=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 206 (80.86% from 255 or 48.47% from 425); Blue value is 33 (13.28% from 255 or 7.76% from 425); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACE21 is #4531DE. Grayscale: #B4B4B4. Windows color (decimal): -4534751 or 2215610. OLE color: 2215610.

HSL color Cylindrical-coordinate representation of color #BACE21: hue angle of 66.94º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BACE21 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 206 33 -
CMYK 0.10 0 0.84 0.19
HSL 66.94º 0.72% 0.47% -
HSV(B) 66.94º 0.84% 0.81% -
XYZ 42.6 54.69 9.75 -
YUV 180.3 44.87 132.07 -
System Red Green Blue C M Y K H S L
Decimal 186 206 33 0.10 0 0.84 0.19 66.94 0.72 0.47
Hex BA CE 21 A 0 54 13 43 48 2F
Octal 272 316 41 12 0 124 23 103 110 57
Binary 10111010 11001110 100001 1010 0 1010100 10011 1000011 1001000 101111

Color Harmonies of #BACE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE21

Black with #BACE21

Text Example


Text Example

White with #BACE21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE21; }

 p { color: rgb(186,206,33); }

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

background-color css

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

 a { background-color: rgb(186,206,33); }

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

border-color css

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

 span { border-color: rgb(186,206,33); }

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