Html Css Color HEX #A8B708 Citrus

📋 copy color: '#A8B708'

red 168 ◦ green 183 ◦ blue 8

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

Shades of Citrus #A8B708

Tints of Citrus #A8B708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.23%

R = 46.8%
G = 50.97%
B = 2.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#A8B708 (or 0xA8B708) is known color: Citrus. HEX triplet: A8, B7 and 08. RGB value is (168,183,8). Sum of RGB (Red+Green+Blue) = 168+183+8=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 183 (71.88% from 255 or 50.97% from 359); Blue value is 8 (3.52% from 255 or 2.23% from 359); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B708 is #5748F7. Grayscale: #9F9F9F. Windows color (decimal): -5720312 or 571304. OLE color: 571304.

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

Color convert

RGB 168 183 8 -
CMYK 0.08 0 0.96 0.28
HSL 65.14º 0.92% 0.37% -
HSV(B) 65.14º 0.96% 0.72% -
XYZ 33.13 42.21 6.63 -
YUV 158.57 43.03 134.73 -
System Red Green Blue C M Y K H S L
Decimal 168 183 8 0.08 0 0.96 0.28 65.14 0.92 0.37
Hex A8 B7 8 8 0 60 1C 41 5C 25
Octal 250 267 10 10 0 140 34 101 134 45
Binary 10101000 10110111 1000 1000 0 1100000 11100 1000001 1011100 100101

Color Harmonies of #A8B708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B708

Black with #A8B708

Text Example


Text Example

White with #A8B708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B708; }

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

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

background-color css

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

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

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

border-color css

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

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

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