Html Css Color HEX #BACC17 Rio Grande

📋 copy color: '#BACC17'

red 186 ◦ green 204 ◦ blue 23

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

Shades of Rio Grande #BACC17

Tints of Rio Grande #BACC17

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.39%

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

R = 45.04%
G = 49.39%
B = 5.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#BACC17 (or 0xBACC17) is known color: Rio Grande. HEX triplet: BA, CC and 17. RGB value is (186,204,23). Sum of RGB (Red+Green+Blue) = 186+204+23=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 23 (9.38% from 255 or 5.57% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACC17 is #4533E8. Grayscale: #B2B2B2. Windows color (decimal): -4535273 or 1559738. OLE color: 1559738.

HSL color Cylindrical-coordinate representation of color #BACC17: hue angle of 65.97º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BACC17 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 204 23 -
CMYK 0.09 0 0.89 0.2
HSL 65.97º 0.8% 0.45% -
HSV(B) 65.97º 0.89% 0.8% -
XYZ 42 53.69 8.96 -
YUV 177.98 40.54 133.72 -
System Red Green Blue C M Y K H S L
Decimal 186 204 23 0.09 0 0.89 0.2 65.97 0.8 0.45
Hex BA CC 17 9 0 59 14 42 50 2D
Octal 272 314 27 11 0 131 24 102 120 55
Binary 10111010 11001100 10111 1001 0 1011001 10100 1000010 1010000 101101

Color Harmonies of #BACC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACC17

Black with #BACC17

Text Example


Text Example

White with #BACC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACC17; }

 p { color: rgb(186,204,23); }

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

background-color css

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

 a { background-color: rgb(186,204,23); }

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

border-color css

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

 span { border-color: rgb(186,204,23); }

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