Html Css Color HEX #BACC05 La Rioja

📋 copy color: '#BACC05'

red 186 ◦ green 204 ◦ blue 5

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

Shades of La Rioja #BACC05

Tints of La Rioja #BACC05

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.65%

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

R = 47.09%
G = 51.65%
B = 1.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#BACC05 (or 0xBACC05) is known color: La Rioja. HEX triplet: BA, CC and 05. RGB value is (186,204,5). Sum of RGB (Red+Green+Blue) = 186+204+5=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 5 (2.34% from 255 or 1.27% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACC05 is #4533FA. Grayscale: #B0B0B0. Windows color (decimal): -4535291 or 380090. OLE color: 380090.

HSL color Cylindrical-coordinate representation of color #BACC05: hue angle of 65.43º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BACC05 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 204 5 -
CMYK 0.09 0 0.98 0.2
HSL 65.43º 0.95% 0.41% -
HSV(B) 65.43º 0.98% 0.8% -
XYZ 41.87 53.64 8.29 -
YUV 175.93 31.54 135.18 -
System Red Green Blue C M Y K H S L
Decimal 186 204 5 0.09 0 0.98 0.2 65.43 0.95 0.41
Hex BA CC 5 9 0 62 14 41 5F 29
Octal 272 314 5 11 0 142 24 101 137 51
Binary 10111010 11001100 101 1001 0 1100010 10100 1000001 1011111 101001

Color Harmonies of #BACC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACC05

Black with #BACC05

Text Example


Text Example

White with #BACC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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