Html Css Color HEX #A4B208 Citrus

📋 copy color: '#A4B208'

red 164 ◦ green 178 ◦ blue 8

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

Shades of Citrus #A4B208

Tints of Citrus #A4B208

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.86%

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

R = 46.86%
G = 50.86%
B = 2.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#A4B208 (or 0xA4B208) is known color: Citrus. HEX triplet: A4, B2 and 08. RGB value is (164,178,8). Sum of RGB (Red+Green+Blue) = 164+178+8=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 178 (69.92% from 255 or 50.86% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4B208 is #5B4DF7. Grayscale: #9B9B9B. Windows color (decimal): -5983736 or 570020. OLE color: 570020.

HSL color Cylindrical-coordinate representation of color #A4B208: hue angle of 64.94º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A4B208 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 178 8 -
CMYK 0.08 0 0.96 0.30
HSL 64.94º 0.91% 0.36% -
HSV(B) 64.94º 0.96% 0.7% -
XYZ 31.27 39.75 6.25 -
YUV 154.43 45.36 134.82 -
System Red Green Blue C M Y K H S L
Decimal 164 178 8 0.08 0 0.96 0.30 64.94 0.91 0.36
Hex A4 B2 8 8 0 60 1E 41 5B 24
Octal 244 262 10 10 0 140 36 101 133 44
Binary 10100100 10110010 1000 1000 0 1100000 11110 1000001 1011011 100100

Color Harmonies of #A4B208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B208

Black with #A4B208

Text Example


Text Example

White with #A4B208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B208; }

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

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

background-color css

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

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

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

border-color css

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

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

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