Html Css Color HEX #BACD1D Rio Grande

📋 copy color: '#BACD1D'

red 186 ◦ green 205 ◦ blue 29

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

Shades of Rio Grande #BACD1D

Tints of Rio Grande #BACD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.9%

R = 44.29%
G = 48.81%
B = 6.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#BACD1D (or 0xBACD1D) is known color: Rio Grande. HEX triplet: BA, CD and 1D. RGB value is (186,205,29). Sum of RGB (Red+Green+Blue) = 186+205+29=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 29 (11.72% from 255 or 6.90% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACD1D is #4532E2. Grayscale: #B3B3B3. Windows color (decimal): -4535011 or 1953210. OLE color: 1953210.

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

Color convert

RGB 186 205 29 -
CMYK 0.09 0 0.86 0.20
HSL 66.48º 0.75% 0.46% -
HSV(B) 66.48º 0.86% 0.8% -
XYZ 42.3 54.19 9.39 -
YUV 179.26 43.21 132.81 -
System Red Green Blue C M Y K H S L
Decimal 186 205 29 0.09 0 0.86 0.20 66.48 0.75 0.46
Hex BA CD 1D 9 0 56 14 42 4B 2E
Octal 272 315 35 11 0 126 24 102 113 56
Binary 10111010 11001101 11101 1001 0 1010110 10100 1000010 1001011 101110

Color Harmonies of #BACD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACD1D

Black with #BACD1D

Text Example


Text Example

White with #BACD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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