Html Css Color HEX #BACF13 Rio Grande

📋 copy color: '#BACF13'

red 186 ◦ green 207 ◦ blue 19

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

Shades of Rio Grande #BACF13

Tints of Rio Grande #BACF13

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.24%

 BLUE value IS 19 (7.81% from 255) = 4.61%

R = 45.15%
G = 50.24%
B = 4.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#BACF13 (or 0xBACF13) is known color: Rio Grande. HEX triplet: BA, CF and 13. RGB value is (186,207,19). Sum of RGB (Red+Green+Blue) = 186+207+19=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACF13 is #4530EC. Grayscale: #B4B4B4. Windows color (decimal): -4534509 or 1298362. OLE color: 1298362.

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

Color convert

RGB 186 207 19 -
CMYK 0.10 0 0.91 0.19
HSL 66.7º 0.83% 0.44% -
HSV(B) 66.7º 0.91% 0.81% -
XYZ 42.68 55.11 9 -
YUV 179.29 37.54 132.79 -
System Red Green Blue C M Y K H S L
Decimal 186 207 19 0.10 0 0.91 0.19 66.7 0.83 0.44
Hex BA CF 13 A 0 5B 13 43 53 2C
Octal 272 317 23 12 0 133 23 103 123 54
Binary 10111010 11001111 10011 1010 0 1011011 10011 1000011 1010011 101100

Color Harmonies of #BACF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACF13

Black with #BACF13

Text Example


Text Example

White with #BACF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACF13; }

 p { color: rgb(186,207,19); }

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

background-color css

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

 a { background-color: rgb(186,207,19); }

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

border-color css

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

 span { border-color: rgb(186,207,19); }

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