Html Css Color HEX #A8B90B Citrus

📋 copy color: '#A8B90B'

red 168 ◦ green 185 ◦ blue 11

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

Shades of Citrus #A8B90B

Tints of Citrus #A8B90B

RGB

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

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

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

R = 46.15%
G = 50.82%
B = 3.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#A8B90B (or 0xA8B90B) is known color: Citrus. HEX triplet: A8, B9 and 0B. RGB value is (168,185,11). Sum of RGB (Red+Green+Blue) = 168+185+11=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 185 (72.66% from 255 or 50.82% from 364); Blue value is 11 (4.69% from 255 or 3.02% from 364); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B90B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B90B is #5746F4. Grayscale: #A0A0A0. Windows color (decimal): -5719797 or 768424. OLE color: 768424.

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

Color convert

RGB 168 185 11 -
CMYK 0.09 0 0.94 0.27
HSL 65.86º 0.89% 0.38% -
HSV(B) 65.86º 0.94% 0.73% -
XYZ 33.56 43.05 6.86 -
YUV 160.08 43.87 133.65 -
System Red Green Blue C M Y K H S L
Decimal 168 185 11 0.09 0 0.94 0.27 65.86 0.89 0.38
Hex A8 B9 B 9 0 5E 1B 42 59 26
Octal 250 271 13 11 0 136 33 102 131 46
Binary 10101000 10111001 1011 1001 0 1011110 11011 1000010 1011001 100110

Color Harmonies of #A8B90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B90B

Black with #A8B90B

Text Example


Text Example

White with #A8B90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B90B; }

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

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

background-color css

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

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

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

border-color css

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

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

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