Html Css Color HEX #A8B009 Citrus

📋 copy color: '#A8B009'

red 168 ◦ green 176 ◦ blue 9

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

Shades of Citrus #A8B009

Tints of Citrus #A8B009

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.86%

 BLUE value IS 9 (3.91% from 255) = 2.55%

R = 47.59%
G = 49.86%
B = 2.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#A8B009 (or 0xA8B009) is known color: Citrus. HEX triplet: A8, B0 and 09. RGB value is (168,176,9). Sum of RGB (Red+Green+Blue) = 168+176+9=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 9 (3.91% from 255 or 2.55% from 353); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B009 is #574FF6. Grayscale: #9B9B9B. Windows color (decimal): -5722103 or 635048. OLE color: 635048.

HSL color Cylindrical-coordinate representation of color #A8B009: hue angle of 62.87º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8B009 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 176 9 -
CMYK 0.05 0 0.95 0.31
HSL 62.87º 0.9% 0.36% -
HSV(B) 62.87º 0.95% 0.69% -
XYZ 31.72 39.4 6.19 -
YUV 154.57 45.85 137.58 -
System Red Green Blue C M Y K H S L
Decimal 168 176 9 0.05 0 0.95 0.31 62.87 0.9 0.36
Hex A8 B0 9 5 0 5F 1F 3F 5A 24
Octal 250 260 11 5 0 137 37 77 132 44
Binary 10101000 10110000 1001 101 0 1011111 11111 111111 1011010 100100

Color Harmonies of #A8B009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B009

Black with #A8B009

Text Example


Text Example

White with #A8B009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B009; }

 p { color: rgb(168,176,9); }

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

background-color css

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

 a { background-color: rgb(168,176,9); }

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

border-color css

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

 span { border-color: rgb(168,176,9); }

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