Html Css Color HEX #A7BC07 Citrus

📋 copy color: '#A7BC07'

red 167 ◦ green 188 ◦ blue 7

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

Shades of Citrus #A7BC07

Tints of Citrus #A7BC07

RGB

 RED value IS 167 (65.63% from 255) = 46.13%

 GREEN value IS 188 (73.83% from 255) = 51.93%

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

R = 46.13%
G = 51.93%
B = 1.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#A7BC07 (or 0xA7BC07) is known color: Citrus. HEX triplet: A7, BC and 07. RGB value is (167,188,7). Sum of RGB (Red+Green+Blue) = 167+188+7=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 7 (3.12% from 255 or 1.93% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7BC07 is #5843F8. Grayscale: #A1A1A1. Windows color (decimal): -5784569 or 507047. OLE color: 507047.

HSL color Cylindrical-coordinate representation of color #A7BC07: hue angle of 66.96º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A7BC07 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 188 7 -
CMYK 0.11 0 0.96 0.26
HSL 66.96º 0.93% 0.38% -
HSV(B) 66.96º 0.96% 0.74% -
XYZ 33.96 44.2 6.94 -
YUV 161.09 41.04 132.22 -
System Red Green Blue C M Y K H S L
Decimal 167 188 7 0.11 0 0.96 0.26 66.96 0.93 0.38
Hex A7 BC 7 B 0 60 1A 43 5D 26
Octal 247 274 7 13 0 140 32 103 135 46
Binary 10100111 10111100 111 1011 0 1100000 11010 1000011 1011101 100110

Color Harmonies of #A7BC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BC07

Black with #A7BC07

Text Example


Text Example

White with #A7BC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BC07; }

 p { color: rgb(167,188,7); }

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

background-color css

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

 a { background-color: rgb(167,188,7); }

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

border-color css

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

 span { border-color: rgb(167,188,7); }

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