Html Css Color HEX #A8B609 Citrus

📋 copy color: '#A8B609'

red 168 ◦ green 182 ◦ blue 9

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

Shades of Citrus #A8B609

Tints of Citrus #A8B609

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.7%

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

R = 46.8%
G = 50.7%
B = 2.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#A8B609 (or 0xA8B609) is known color: Citrus. HEX triplet: A8, B6 and 09. RGB value is (168,182,9). Sum of RGB (Red+Green+Blue) = 168+182+9=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 182 (71.48% from 255 or 50.70% from 359); Blue value is 9 (3.91% from 255 or 2.51% from 359); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B609 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B609 is #5749F6. Grayscale: #9E9E9E. Windows color (decimal): -5720567 or 636584. OLE color: 636584.

HSL color Cylindrical-coordinate representation of color #A8B609: hue angle of 64.86º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8B609 is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 182 9 -
CMYK 0.08 0 0.95 0.29
HSL 64.86º 0.91% 0.37% -
HSV(B) 64.86º 0.95% 0.71% -
XYZ 32.93 41.8 6.59 -
YUV 158.09 43.86 135.07 -
System Red Green Blue C M Y K H S L
Decimal 168 182 9 0.08 0 0.95 0.29 64.86 0.91 0.37
Hex A8 B6 9 8 0 5F 1D 41 5B 25
Octal 250 266 11 10 0 137 35 101 133 45
Binary 10101000 10110110 1001 1000 0 1011111 11101 1000001 1011011 100101

Color Harmonies of #A8B609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B609

Black with #A8B609

Text Example


Text Example

White with #A8B609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B609; }

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

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

background-color css

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

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

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

border-color css

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

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

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