Html Css Color HEX #BAC702 La Rioja

📋 copy color: '#BAC702'

red 186 ◦ green 199 ◦ blue 2

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

Shades of La Rioja #BAC702

Tints of La Rioja #BAC702

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.42%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 48.06%
G = 51.42%
B = 0.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#BAC702 (or 0xBAC702) is known color: La Rioja. HEX triplet: BA, C7 and 02. RGB value is (186,199,2). Sum of RGB (Red+Green+Blue) = 186+199+2=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 199 (78.12% from 255 or 51.42% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC702 is #4538FD. Grayscale: #ADADAD. Windows color (decimal): -4536574 or 182202. OLE color: 182202.

HSL color Cylindrical-coordinate representation of color #BAC702: hue angle of 63.96º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAC702 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 199 2 -
CMYK 0.07 0 0.99 0.22
HSL 63.96º 0.98% 0.39% -
HSV(B) 63.96º 0.99% 0.78% -
XYZ 40.68 51.29 7.81 -
YUV 172.66 31.69 137.52 -
System Red Green Blue C M Y K H S L
Decimal 186 199 2 0.07 0 0.99 0.22 63.96 0.98 0.39
Hex BA C7 2 7 0 63 16 40 62 27
Octal 272 307 2 7 0 143 26 100 142 47
Binary 10111010 11000111 10 111 0 1100011 10110 1000000 1100010 100111

Color Harmonies of #BAC702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC702

Black with #BAC702

Text Example


Text Example

White with #BAC702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC702; }

 p { color: rgb(186,199,2); }

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

background-color css

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

 a { background-color: rgb(186,199,2); }

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

border-color css

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

 span { border-color: rgb(186,199,2); }

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