Html Css Color HEX #A8B70F Citrus

📋 copy color: '#A8B70F'

red 168 ◦ green 183 ◦ blue 15

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

Shades of Citrus #A8B70F

Tints of Citrus #A8B70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.1%

R = 45.9%
G = 50%
B = 4.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#A8B70F (or 0xA8B70F) is known color: Citrus. HEX triplet: A8, B7 and 0F. RGB value is (168,183,15). Sum of RGB (Red+Green+Blue) = 168+183+15=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 183 (71.88% from 255 or 50% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B70F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B70F is #5748F0. Grayscale: #A0A0A0. Windows color (decimal): -5720305 or 1030056. OLE color: 1030056.

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

Color convert

RGB 168 183 15 -
CMYK 0.08 0 0.92 0.28
HSL 65.36º 0.85% 0.39% -
HSV(B) 65.36º 0.92% 0.72% -
XYZ 33.17 42.23 6.85 -
YUV 159.36 46.53 134.16 -
System Red Green Blue C M Y K H S L
Decimal 168 183 15 0.08 0 0.92 0.28 65.36 0.85 0.39
Hex A8 B7 F 8 0 5C 1C 41 55 27
Octal 250 267 17 10 0 134 34 101 125 47
Binary 10101000 10110111 1111 1000 0 1011100 11100 1000001 1010101 100111

Color Harmonies of #A8B70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B70F

Black with #A8B70F

Text Example


Text Example

White with #A8B70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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