Html Css Color HEX #A4B117 Citrus

📋 copy color: '#A4B117'

red 164 ◦ green 177 ◦ blue 23

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

Shades of Citrus #A4B117

Tints of Citrus #A4B117

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.63%

 BLUE value IS 23 (9.38% from 255) = 6.32%

R = 45.05%
G = 48.63%
B = 6.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#A4B117 (or 0xA4B117) is known color: Citrus. HEX triplet: A4, B1 and 17. RGB value is (164,177,23). Sum of RGB (Red+Green+Blue) = 164+177+23=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 177 (69.53% from 255 or 48.63% from 364); Blue value is 23 (9.38% from 255 or 6.32% from 364); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4B117 is #5B4EE8. Grayscale: #9C9C9C. Windows color (decimal): -5983977 or 1552804. OLE color: 1552804.

HSL color Cylindrical-coordinate representation of color #A4B117: hue angle of 65.06º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A4B117 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 177 23 -
CMYK 0.07 0 0.87 0.31
HSL 65.06º 0.77% 0.39% -
HSV(B) 65.06º 0.87% 0.69% -
XYZ 31.19 39.4 6.77 -
YUV 155.56 53.19 134.02 -
System Red Green Blue C M Y K H S L
Decimal 164 177 23 0.07 0 0.87 0.31 65.06 0.77 0.39
Hex A4 B1 17 7 0 57 1F 41 4D 27
Octal 244 261 27 7 0 127 37 101 115 47
Binary 10100100 10110001 10111 111 0 1010111 11111 1000001 1001101 100111

Color Harmonies of #A4B117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B117

Black with #A4B117

Text Example


Text Example

White with #A4B117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B117; }

 p { color: rgb(164,177,23); }

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

background-color css

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

 a { background-color: rgb(164,177,23); }

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

border-color css

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

 span { border-color: rgb(164,177,23); }

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