Html Css Color HEX #A8B506 Citrus

📋 copy color: '#A8B506'

red 168 ◦ green 181 ◦ blue 6

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

Shades of Citrus #A8B506

Tints of Citrus #A8B506

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.99%

 BLUE value IS 6 (2.73% from 255) = 1.69%

R = 47.32%
G = 50.99%
B = 1.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#A8B506 (or 0xA8B506) is known color: Citrus. HEX triplet: A8, B5 and 06. RGB value is (168,181,6). Sum of RGB (Red+Green+Blue) = 168+181+6=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 181 (71.09% from 255 or 50.99% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B506 is #574AF9. Grayscale: #9D9D9D. Windows color (decimal): -5720826 or 439720. OLE color: 439720.

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

Color convert

RGB 168 181 6 -
CMYK 0.07 0 0.97 0.29
HSL 64.46º 0.94% 0.37% -
HSV(B) 64.46º 0.97% 0.71% -
XYZ 32.71 41.39 6.44 -
YUV 157.16 42.69 135.73 -
System Red Green Blue C M Y K H S L
Decimal 168 181 6 0.07 0 0.97 0.29 64.46 0.94 0.37
Hex A8 B5 6 7 0 61 1D 40 5E 25
Octal 250 265 6 7 0 141 35 100 136 45
Binary 10101000 10110101 110 111 0 1100001 11101 1000000 1011110 100101

Color Harmonies of #A8B506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B506

Black with #A8B506

Text Example


Text Example

White with #A8B506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B506; }

 p { color: rgb(168,181,6); }

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

background-color css

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

 a { background-color: rgb(168,181,6); }

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

border-color css

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

 span { border-color: rgb(168,181,6); }

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