Html Css Color HEX #A4B708 Citrus

📋 copy color: '#A4B708'

red 164 ◦ green 183 ◦ blue 8

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

Shades of Citrus #A4B708

Tints of Citrus #A4B708

RGB

 RED value IS 164 (64.45% from 255) = 46.2%

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

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

R = 46.2%
G = 51.55%
B = 2.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#A4B708 (or 0xA4B708) is known color: Citrus. HEX triplet: A4, B7 and 08. RGB value is (164,183,8). Sum of RGB (Red+Green+Blue) = 164+183+8=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 183 (71.88% from 255 or 51.55% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4B708 is #5B48F7. Grayscale: #9E9E9E. Windows color (decimal): -5982456 or 571300. OLE color: 571300.

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

Color convert

RGB 164 183 8 -
CMYK 0.10 0 0.96 0.28
HSL 66.51º 0.92% 0.37% -
HSV(B) 66.51º 0.96% 0.72% -
XYZ 32.29 41.78 6.59 -
YUV 157.37 43.71 132.73 -
System Red Green Blue C M Y K H S L
Decimal 164 183 8 0.10 0 0.96 0.28 66.51 0.92 0.37
Hex A4 B7 8 A 0 60 1C 43 5C 25
Octal 244 267 10 12 0 140 34 103 134 45
Binary 10100100 10110111 1000 1010 0 1100000 11100 1000011 1011100 100101

Color Harmonies of #A4B708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B708

Black with #A4B708

Text Example


Text Example

White with #A4B708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B708; }

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

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

background-color css

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

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

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

border-color css

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

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

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