Html Css Color HEX #A4B407 Citrus

📋 copy color: '#A4B407'

red 164 ◦ green 180 ◦ blue 7

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

Shades of Citrus #A4B407

Tints of Citrus #A4B407

RGB

 RED value IS 164 (64.45% from 255) = 46.72%

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

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

R = 46.72%
G = 51.28%
B = 1.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#A4B407 (or 0xA4B407) is known color: Citrus. HEX triplet: A4, B4 and 07. RGB value is (164,180,7). Sum of RGB (Red+Green+Blue) = 164+180+7=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 180 (70.70% from 255 or 51.28% from 351); Blue value is 7 (3.12% from 255 or 1.99% from 351); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4B407 is #5B4BF8. Grayscale: #9C9C9C. Windows color (decimal): -5983225 or 504996. OLE color: 504996.

HSL color Cylindrical-coordinate representation of color #A4B407: hue angle of 65.55º 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 #A4B407 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 180 7 -
CMYK 0.09 0 0.96 0.29
HSL 65.55º 0.93% 0.37% -
HSV(B) 65.55º 0.96% 0.71% -
XYZ 31.67 40.55 6.36 -
YUV 155.49 44.2 134.07 -
System Red Green Blue C M Y K H S L
Decimal 164 180 7 0.09 0 0.96 0.29 65.55 0.93 0.37
Hex A4 B4 7 9 0 60 1D 42 5D 25
Octal 244 264 7 11 0 140 35 102 135 45
Binary 10100100 10110100 111 1001 0 1100000 11101 1000010 1011101 100101

Color Harmonies of #A4B407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B407

Black with #A4B407

Text Example


Text Example

White with #A4B407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B407; }

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

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

background-color css

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

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

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

border-color css

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

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

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