Html Css Color HEX #A4B10F Citrus

📋 copy color: '#A4B10F'

red 164 ◦ green 177 ◦ blue 15

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

Shades of Citrus #A4B10F

Tints of Citrus #A4B10F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.21%

R = 46.07%
G = 49.72%
B = 4.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#A4B10F (or 0xA4B10F) is known color: Citrus. HEX triplet: A4, B1 and 0F. RGB value is (164,177,15). Sum of RGB (Red+Green+Blue) = 164+177+15=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B10F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4B10F is #5B4EF0. Grayscale: #9B9B9B. Windows color (decimal): -5983985 or 1028516. OLE color: 1028516.

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

Color convert

RGB 164 177 15 -
CMYK 0.07 0 0.92 0.31
HSL 64.81º 0.84% 0.38% -
HSV(B) 64.81º 0.92% 0.69% -
XYZ 31.12 39.37 6.41 -
YUV 154.65 49.19 134.67 -
System Red Green Blue C M Y K H S L
Decimal 164 177 15 0.07 0 0.92 0.31 64.81 0.84 0.38
Hex A4 B1 F 7 0 5C 1F 41 54 26
Octal 244 261 17 7 0 134 37 101 124 46
Binary 10100100 10110001 1111 111 0 1011100 11111 1000001 1010100 100110

Color Harmonies of #A4B10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B10F

Black with #A4B10F

Text Example


Text Example

White with #A4B10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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