Html Css Color HEX #A8B70C Citrus

📋 copy color: '#A8B70C'

red 168 ◦ green 183 ◦ blue 12

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

Shades of Citrus #A8B70C

Tints of Citrus #A8B70C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50.41%

 BLUE value IS 12 (5.08% from 255) = 3.31%

R = 46.28%
G = 50.41%
B = 3.31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#A8B70C (or 0xA8B70C) is known color: Citrus. HEX triplet: A8, B7 and 0C. RGB value is (168,183,12). Sum of RGB (Red+Green+Blue) = 168+183+12=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B70C is #5748F3. Grayscale: #9F9F9F. Windows color (decimal): -5720308 or 833448. OLE color: 833448.

HSL color Cylindrical-coordinate representation of color #A8B70C: hue angle of 65.26º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8B70C is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 183 12 -
CMYK 0.08 0 0.93 0.28
HSL 65.26º 0.88% 0.38% -
HSV(B) 65.26º 0.93% 0.72% -
XYZ 33.15 42.22 6.75 -
YUV 159.02 45.03 134.4 -
System Red Green Blue C M Y K H S L
Decimal 168 183 12 0.08 0 0.93 0.28 65.26 0.88 0.38
Hex A8 B7 C 8 0 5D 1C 41 58 26
Octal 250 267 14 10 0 135 34 101 130 46
Binary 10101000 10110111 1100 1000 0 1011101 11100 1000001 1011000 100110

Color Harmonies of #A8B70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B70C

Black with #A8B70C

Text Example


Text Example

White with #A8B70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B70C; }

 p { color: rgb(168,183,12); }

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

background-color css

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

 a { background-color: rgb(168,183,12); }

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

border-color css

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

 span { border-color: rgb(168,183,12); }

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