Html Css Color HEX #A8B10C Citrus

📋 copy color: '#A8B10C'

red 168 ◦ green 177 ◦ blue 12

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

Shades of Citrus #A8B10C

Tints of Citrus #A8B10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.36%

R = 47.06%
G = 49.58%
B = 3.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#A8B10C (or 0xA8B10C) is known color: Citrus. HEX triplet: A8, B1 and 0C. RGB value is (168,177,12). Sum of RGB (Red+Green+Blue) = 168+177+12=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 177 (69.53% from 255 or 49.58% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B10C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B10C is #574EF3. Grayscale: #9C9C9C. Windows color (decimal): -5721844 or 831912. OLE color: 831912.

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

Color convert

RGB 168 177 12 -
CMYK 0.05 0 0.93 0.31
HSL 63.27º 0.87% 0.37% -
HSV(B) 63.27º 0.93% 0.69% -
XYZ 31.94 39.8 6.35 -
YUV 155.5 47.02 136.92 -
System Red Green Blue C M Y K H S L
Decimal 168 177 12 0.05 0 0.93 0.31 63.27 0.87 0.37
Hex A8 B1 C 5 0 5D 1F 3F 57 25
Octal 250 261 14 5 0 135 37 77 127 45
Binary 10101000 10110001 1100 101 0 1011101 11111 111111 1010111 100101

Color Harmonies of #A8B10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B10C

Black with #A8B10C

Text Example


Text Example

White with #A8B10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B10C; }

 p { color: rgb(168,177,12); }

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

background-color css

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

 a { background-color: rgb(168,177,12); }

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

border-color css

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

 span { border-color: rgb(168,177,12); }

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