Html Css Color HEX #BACD18 Rio Grande

📋 copy color: '#BACD18'

red 186 ◦ green 205 ◦ blue 24

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

Shades of Rio Grande #BACD18

Tints of Rio Grande #BACD18

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.4%

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

R = 44.82%
G = 49.4%
B = 5.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#BACD18 (or 0xBACD18) is known color: Rio Grande. HEX triplet: BA, CD and 18. RGB value is (186,205,24). Sum of RGB (Red+Green+Blue) = 186+205+24=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 205 (80.47% from 255 or 49.40% from 415); Blue value is 24 (9.77% from 255 or 5.78% from 415); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACD18 is #4532E7. Grayscale: #B3B3B3. Windows color (decimal): -4535016 or 1625530. OLE color: 1625530.

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

Color convert

RGB 186 205 24 -
CMYK 0.09 0 0.88 0.20
HSL 66.3º 0.79% 0.45% -
HSV(B) 66.3º 0.88% 0.8% -
XYZ 42.25 54.17 9.09 -
YUV 178.69 40.71 133.22 -
System Red Green Blue C M Y K H S L
Decimal 186 205 24 0.09 0 0.88 0.20 66.3 0.79 0.45
Hex BA CD 18 9 0 58 14 42 4F 2D
Octal 272 315 30 11 0 130 24 102 117 55
Binary 10111010 11001101 11000 1001 0 1011000 10100 1000010 1001111 101101

Color Harmonies of #BACD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACD18

Black with #BACD18

Text Example


Text Example

White with #BACD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACD18; }

 p { color: rgb(186,205,24); }

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

background-color css

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

 a { background-color: rgb(186,205,24); }

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

border-color css

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

 span { border-color: rgb(186,205,24); }

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