Html Css Color HEX #BACD15 Rio Grande

📋 copy color: '#BACD15'

red 186 ◦ green 205 ◦ blue 21

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

Shades of Rio Grande #BACD15

Tints of Rio Grande #BACD15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.1%

R = 45.15%
G = 49.76%
B = 5.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#BACD15 (or 0xBACD15) is known color: Rio Grande. HEX triplet: BA, CD and 15. RGB value is (186,205,21). Sum of RGB (Red+Green+Blue) = 186+205+21=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 21 (8.59% from 255 or 5.10% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACD15 is #4532EA. Grayscale: #B3B3B3. Windows color (decimal): -4535019 or 1428922. OLE color: 1428922.

HSL color Cylindrical-coordinate representation of color #BACD15: hue angle of 66.2º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BACD15 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 205 21 -
CMYK 0.09 0 0.90 0.20
HSL 66.2º 0.81% 0.44% -
HSV(B) 66.2º 0.9% 0.8% -
XYZ 42.22 54.16 8.94 -
YUV 178.34 39.21 133.46 -
System Red Green Blue C M Y K H S L
Decimal 186 205 21 0.09 0 0.90 0.20 66.2 0.81 0.44
Hex BA CD 15 9 0 5A 14 42 51 2C
Octal 272 315 25 11 0 132 24 102 121 54
Binary 10111010 11001101 10101 1001 0 1011010 10100 1000010 1010001 101100

Color Harmonies of #BACD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACD15

Black with #BACD15

Text Example


Text Example

White with #BACD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACD15; }

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

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

background-color css

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

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

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

border-color css

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

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

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