Html Css Color HEX #BACC07 La Rioja

📋 copy color: '#BACC07'

red 186 ◦ green 204 ◦ blue 7

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

Shades of La Rioja #BACC07

Tints of La Rioja #BACC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.76%

R = 46.85%
G = 51.39%
B = 1.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#BACC07 (or 0xBACC07) is known color: La Rioja. HEX triplet: BA, CC and 07. RGB value is (186,204,7). Sum of RGB (Red+Green+Blue) = 186+204+7=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 7 (3.12% from 255 or 1.76% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACC07 is #4533F8. Grayscale: #B0B0B0. Windows color (decimal): -4535289 or 511162. OLE color: 511162.

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

Color convert

RGB 186 204 7 -
CMYK 0.09 0 0.97 0.2
HSL 65.48º 0.93% 0.41% -
HSV(B) 65.48º 0.97% 0.8% -
XYZ 41.88 53.64 8.35 -
YUV 176.16 32.54 135.02 -
System Red Green Blue C M Y K H S L
Decimal 186 204 7 0.09 0 0.97 0.2 65.48 0.93 0.41
Hex BA CC 7 9 0 61 14 41 5D 29
Octal 272 314 7 11 0 141 24 101 135 51
Binary 10111010 11001100 111 1001 0 1100001 10100 1000001 1011101 101001

Color Harmonies of #BACC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACC07

Black with #BACC07

Text Example


Text Example

White with #BACC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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