Html Css Color HEX #BACE22 Rio Grande

📋 copy color: '#BACE22'

red 186 ◦ green 206 ◦ blue 34

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

Shades of Rio Grande #BACE22

Tints of Rio Grande #BACE22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.98%

R = 43.66%
G = 48.36%
B = 7.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#BACE22 (or 0xBACE22) is known color: Rio Grande. HEX triplet: BA, CE and 22. RGB value is (186,206,34). Sum of RGB (Red+Green+Blue) = 186+206+34=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 34 (13.67% from 255 or 7.98% from 426); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACE22 is #4531DD. Grayscale: #B5B5B5. Windows color (decimal): -4534750 or 2281146. OLE color: 2281146.

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

Color convert

RGB 186 206 34 -
CMYK 0.10 0 0.83 0.19
HSL 66.98º 0.72% 0.47% -
HSV(B) 66.98º 0.83% 0.81% -
XYZ 42.61 54.7 9.83 -
YUV 180.41 45.37 131.99 -
System Red Green Blue C M Y K H S L
Decimal 186 206 34 0.10 0 0.83 0.19 66.98 0.72 0.47
Hex BA CE 22 A 0 53 13 43 48 2F
Octal 272 316 42 12 0 123 23 103 110 57
Binary 10111010 11001110 100010 1010 0 1010011 10011 1000011 1001000 101111

Color Harmonies of #BACE22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACE22

Black with #BACE22

Text Example


Text Example

White with #BACE22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACE22; }

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

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

background-color css

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

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

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

border-color css

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

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

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