Html Css Color HEX #BACD19 Rio Grande

📋 copy color: '#BACD19'

red 186 ◦ green 205 ◦ blue 25

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

Shades of Rio Grande #BACD19

Tints of Rio Grande #BACD19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.01%

R = 44.71%
G = 49.28%
B = 6.01%

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

#BACD19 (or 0xBACD19) is known color: Rio Grande. HEX triplet: BA, CD and 19. RGB value is (186,205,25). Sum of RGB (Red+Green+Blue) = 186+205+25=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 25 (10.16% from 255 or 6.01% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACD19 is #4532E6. Grayscale: #B3B3B3. Windows color (decimal): -4535015 or 1691066. OLE color: 1691066.

HSL color Cylindrical-coordinate representation of color #BACD19: hue angle of 66.33º degrees, saturation: 0.78, 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 #BACD19 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 205 25 -
CMYK 0.09 0 0.88 0.20
HSL 66.33º 0.78% 0.45% -
HSV(B) 66.33º 0.88% 0.8% -
XYZ 42.26 54.17 9.15 -
YUV 178.8 41.21 133.14 -
System Red Green Blue C M Y K H S L
Decimal 186 205 25 0.09 0 0.88 0.20 66.33 0.78 0.45
Hex BA CD 19 9 0 58 14 42 4E 2D
Octal 272 315 31 11 0 130 24 102 116 55
Binary 10111010 11001101 11001 1001 0 1011000 10100 1000010 1001110 101101

Color Harmonies of #BACD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACD19

Black with #BACD19

Text Example


Text Example

White with #BACD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACD19; }

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

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

background-color css

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

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

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

border-color css

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

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

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