Html Css Color HEX #A8B407 Citrus

📋 copy color: '#A8B407'

red 168 ◦ green 180 ◦ blue 7

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

Shades of Citrus #A8B407

Tints of Citrus #A8B407

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.7%

 BLUE value IS 7 (3.13% from 255) = 1.97%

R = 47.32%
G = 50.7%
B = 1.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#A8B407 (or 0xA8B407) is known color: Citrus. HEX triplet: A8, B4 and 07. RGB value is (168,180,7). Sum of RGB (Red+Green+Blue) = 168+180+7=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 7 (3.12% from 255 or 1.97% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B407 is #574BF8. Grayscale: #9D9D9D. Windows color (decimal): -5721081 or 505000. OLE color: 505000.

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

Color convert

RGB 168 180 7 -
CMYK 0.07 0 0.96 0.29
HSL 64.16º 0.93% 0.37% -
HSV(B) 64.16º 0.96% 0.71% -
XYZ 32.51 40.98 6.4 -
YUV 156.69 43.52 136.07 -
System Red Green Blue C M Y K H S L
Decimal 168 180 7 0.07 0 0.96 0.29 64.16 0.93 0.37
Hex A8 B4 7 7 0 60 1D 40 5D 25
Octal 250 264 7 7 0 140 35 100 135 45
Binary 10101000 10110100 111 111 0 1100000 11101 1000000 1011101 100101

Color Harmonies of #A8B407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B407

Black with #A8B407

Text Example


Text Example

White with #A8B407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B407; }

 p { color: rgb(168,180,7); }

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

background-color css

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

 a { background-color: rgb(168,180,7); }

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

border-color css

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

 span { border-color: rgb(168,180,7); }

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