Html Css Color HEX #BAC005 La Rioja

📋 copy color: '#BAC005'

red 186 ◦ green 192 ◦ blue 5

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

Shades of La Rioja #BAC005

Tints of La Rioja #BAC005

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.13%

 BLUE value IS 5 (2.34% from 255) = 1.31%

R = 48.56%
G = 50.13%
B = 1.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BAC005 (or 0xBAC005) is known color: La Rioja. HEX triplet: BA, C0 and 05. RGB value is (186,192,5). Sum of RGB (Red+Green+Blue) = 186+192+5=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 5 (2.34% from 255 or 1.31% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC005 is #453FFA. Grayscale: #A9A9A9. Windows color (decimal): -4538363 or 377018. OLE color: 377018.

HSL color Cylindrical-coordinate representation of color #BAC005: hue angle of 61.93º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BAC005 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 192 5 -
CMYK 0.03 0 0.97 0.25
HSL 61.93º 0.95% 0.39% -
HSV(B) 61.93º 0.97% 0.75% -
XYZ 39.13 48.15 7.38 -
YUV 168.89 35.51 140.21 -
System Red Green Blue C M Y K H S L
Decimal 186 192 5 0.03 0 0.97 0.25 61.93 0.95 0.39
Hex BA C0 5 3 0 61 19 3E 5F 27
Octal 272 300 5 3 0 141 31 76 137 47
Binary 10111010 11000000 101 11 0 1100001 11001 111110 1011111 100111

Color Harmonies of #BAC005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC005

Black with #BAC005

Text Example


Text Example

White with #BAC005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC005; }

 p { color: rgb(186,192,5); }

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

background-color css

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

 a { background-color: rgb(186,192,5); }

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

border-color css

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

 span { border-color: rgb(186,192,5); }

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