Html Css Color HEX #BACA13 Rio Grande

📋 copy color: '#BACA13'

red 186 ◦ green 202 ◦ blue 19

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

Shades of Rio Grande #BACA13

Tints of Rio Grande #BACA13

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.63%

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

R = 45.7%
G = 49.63%
B = 4.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#BACA13 (or 0xBACA13) is known color: Rio Grande. HEX triplet: BA, CA and 13. RGB value is (186,202,19). Sum of RGB (Red+Green+Blue) = 186+202+19=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 19 (7.81% from 255 or 4.67% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACA13 is #4535EC. Grayscale: #B1B1B1. Windows color (decimal): -4535789 or 1297082. OLE color: 1297082.

HSL color Cylindrical-coordinate representation of color #BACA13: hue angle of 65.25º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BACA13 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 202 19 -
CMYK 0.08 0 0.91 0.21
HSL 65.25º 0.83% 0.43% -
HSV(B) 65.25º 0.91% 0.79% -
XYZ 41.49 52.73 8.61 -
YUV 176.35 39.2 134.88 -
System Red Green Blue C M Y K H S L
Decimal 186 202 19 0.08 0 0.91 0.21 65.25 0.83 0.43
Hex BA CA 13 8 0 5B 15 41 53 2B
Octal 272 312 23 10 0 133 25 101 123 53
Binary 10111010 11001010 10011 1000 0 1011011 10101 1000001 1010011 101011

Color Harmonies of #BACA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACA13

Black with #BACA13

Text Example


Text Example

White with #BACA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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