Html Css Color HEX #A8BC07 Citrus

📋 copy color: '#A8BC07'

red 168 ◦ green 188 ◦ blue 7

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

Shades of Citrus #A8BC07

Tints of Citrus #A8BC07

RGB

 RED value IS 168 (66.02% from 255) = 46.28%

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

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

R = 46.28%
G = 51.79%
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

#A8BC07 (or 0xA8BC07) is known color: Citrus. HEX triplet: A8, BC and 07. RGB value is (168,188,7). Sum of RGB (Red+Green+Blue) = 168+188+7=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 7 (3.12% from 255 or 1.93% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BC07 is #5743F8. Grayscale: #A2A2A2. Windows color (decimal): -5719033 or 507048. OLE color: 507048.

HSL color Cylindrical-coordinate representation of color #A8BC07: hue angle of 66.63º 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 #A8BC07 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 188 7 -
CMYK 0.11 0 0.96 0.26
HSL 66.63º 0.93% 0.38% -
HSV(B) 66.63º 0.96% 0.74% -
XYZ 34.17 44.31 6.95 -
YUV 161.39 40.87 132.72 -
System Red Green Blue C M Y K H S L
Decimal 168 188 7 0.11 0 0.96 0.26 66.63 0.93 0.38
Hex A8 BC 7 B 0 60 1A 43 5D 26
Octal 250 274 7 13 0 140 32 103 135 46
Binary 10101000 10111100 111 1011 0 1100000 11010 1000011 1011101 100110

Color Harmonies of #A8BC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC07

Black with #A8BC07

Text Example


Text Example

White with #A8BC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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