Html Css Color HEX #BAC902 La Rioja

📋 copy color: '#BAC902'

red 186 ◦ green 201 ◦ blue 2

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

Shades of La Rioja #BAC902

Tints of La Rioja #BAC902

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.67%

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

R = 47.81%
G = 51.67%
B = 0.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#BAC902 (or 0xBAC902) is known color: La Rioja. HEX triplet: BA, C9 and 02. RGB value is (186,201,2). Sum of RGB (Red+Green+Blue) = 186+201+2=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 201 (78.91% from 255 or 51.67% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC902 is #4536FD. Grayscale: #AEAEAE. Windows color (decimal): -4536062 or 182714. OLE color: 182714.

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

Color convert

RGB 186 201 2 -
CMYK 0.07 0 0.99 0.21
HSL 64.52º 0.98% 0.4% -
HSV(B) 64.52º 0.99% 0.79% -
XYZ 41.15 52.22 7.97 -
YUV 173.83 31.03 136.68 -
System Red Green Blue C M Y K H S L
Decimal 186 201 2 0.07 0 0.99 0.21 64.52 0.98 0.4
Hex BA C9 2 7 0 63 15 41 62 28
Octal 272 311 2 7 0 143 25 101 142 50
Binary 10111010 11001001 10 111 0 1100011 10101 1000001 1100010 101000

Color Harmonies of #BAC902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC902

Black with #BAC902

Text Example


Text Example

White with #BAC902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC902; }

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

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

background-color css

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

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

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

border-color css

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

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

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