Html Css Color HEX #A8B60B Citrus

📋 copy color: '#A8B60B'

red 168 ◦ green 182 ◦ blue 11

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

Shades of Citrus #A8B60B

Tints of Citrus #A8B60B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.05%

R = 46.54%
G = 50.42%
B = 3.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#A8B60B (or 0xA8B60B) is known color: Citrus. HEX triplet: A8, B6 and 0B. RGB value is (168,182,11). Sum of RGB (Red+Green+Blue) = 168+182+11=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 182 (71.48% from 255 or 50.42% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B60B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B60B is #5749F4. Grayscale: #9E9E9E. Windows color (decimal): -5720565 or 767656. OLE color: 767656.

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

Color convert

RGB 168 182 11 -
CMYK 0.08 0 0.94 0.29
HSL 64.91º 0.89% 0.38% -
HSV(B) 64.91º 0.94% 0.71% -
XYZ 32.94 41.8 6.65 -
YUV 158.32 44.86 134.9 -
System Red Green Blue C M Y K H S L
Decimal 168 182 11 0.08 0 0.94 0.29 64.91 0.89 0.38
Hex A8 B6 B 8 0 5E 1D 41 59 26
Octal 250 266 13 10 0 136 35 101 131 46
Binary 10101000 10110110 1011 1000 0 1011110 11101 1000001 1011001 100110

Color Harmonies of #A8B60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B60B

Black with #A8B60B

Text Example


Text Example

White with #A8B60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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