Html Css Color HEX #A0B908 Citrus

📋 copy color: '#A0B908'

red 160 ◦ green 185 ◦ blue 8

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

Shades of Citrus #A0B908

Tints of Citrus #A0B908

RGB

 RED value IS 160 (62.89% from 255) = 45.33%

 GREEN value IS 185 (72.66% from 255) = 52.41%

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

R = 45.33%
G = 52.41%
B = 2.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#A0B908 (or 0xA0B908) is known color: Citrus. HEX triplet: A0, B9 and 08. RGB value is (160,185,8). Sum of RGB (Red+Green+Blue) = 160+185+8=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 185 (72.66% from 255 or 52.41% from 353); Blue value is 8 (3.52% from 255 or 2.27% from 353); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B908 is #5F46F7. Grayscale: #9E9E9E. Windows color (decimal): -6244088 or 571808. OLE color: 571808.

HSL color Cylindrical-coordinate representation of color #A0B908: hue angle of 68.47º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0B908 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 185 8 -
CMYK 0.14 0 0.96 0.27
HSL 68.47º 0.92% 0.38% -
HSV(B) 68.47º 0.96% 0.73% -
XYZ 31.89 42.19 6.69 -
YUV 157.35 43.72 129.89 -
System Red Green Blue C M Y K H S L
Decimal 160 185 8 0.14 0 0.96 0.27 68.47 0.92 0.38
Hex A0 B9 8 E 0 60 1B 44 5C 26
Octal 240 271 10 16 0 140 33 104 134 46
Binary 10100000 10111001 1000 1110 0 1100000 11011 1000100 1011100 100110

Color Harmonies of #A0B908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B908

Black with #A0B908

Text Example


Text Example

White with #A0B908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B908; }

 p { color: rgb(160,185,8); }

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

background-color css

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

 a { background-color: rgb(160,185,8); }

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

border-color css

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

 span { border-color: rgb(160,185,8); }

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