Html Css Color HEX #A8B905 Citrus

📋 copy color: '#A8B905'

red 168 ◦ green 185 ◦ blue 5

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

Shades of Citrus #A8B905

Tints of Citrus #A8B905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 46.93%
G = 51.68%
B = 1.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#A8B905 (or 0xA8B905) is known color: Citrus. HEX triplet: A8, B9 and 05. RGB value is (168,185,5). Sum of RGB (Red+Green+Blue) = 168+185+5=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 185 (72.66% from 255 or 51.68% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B905 is #5746FA. Grayscale: #A0A0A0. Windows color (decimal): -5719803 or 375208. OLE color: 375208.

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

Color convert

RGB 168 185 5 -
CMYK 0.09 0 0.97 0.27
HSL 65.67º 0.95% 0.37% -
HSV(B) 65.67º 0.97% 0.73% -
XYZ 33.52 43.03 6.68 -
YUV 159.4 40.87 134.14 -
System Red Green Blue C M Y K H S L
Decimal 168 185 5 0.09 0 0.97 0.27 65.67 0.95 0.37
Hex A8 B9 5 9 0 61 1B 42 5F 25
Octal 250 271 5 11 0 141 33 102 137 45
Binary 10101000 10111001 101 1001 0 1100001 11011 1000010 1011111 100101

Color Harmonies of #A8B905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B905

Black with #A8B905

Text Example


Text Example

White with #A8B905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B905; }

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

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

background-color css

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

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

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

border-color css

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

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

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