Html Css Color HEX #A8B10F Citrus

📋 copy color: '#A8B10F'

red 168 ◦ green 177 ◦ blue 15

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

Shades of Citrus #A8B10F

Tints of Citrus #A8B10F

RGB

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

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

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

R = 46.67%
G = 49.17%
B = 4.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#A8B10F (or 0xA8B10F) is known color: Citrus. HEX triplet: A8, B1 and 0F. RGB value is (168,177,15). Sum of RGB (Red+Green+Blue) = 168+177+15=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B10F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B10F is #574EF0. Grayscale: #9C9C9C. Windows color (decimal): -5721841 or 1028520. OLE color: 1028520.

HSL color Cylindrical-coordinate representation of color #A8B10F: hue angle of 63.33º 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 #A8B10F is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 177 15 -
CMYK 0.05 0 0.92 0.31
HSL 63.33º 0.84% 0.38% -
HSV(B) 63.33º 0.92% 0.69% -
XYZ 31.96 39.8 6.45 -
YUV 155.84 48.52 136.67 -
System Red Green Blue C M Y K H S L
Decimal 168 177 15 0.05 0 0.92 0.31 63.33 0.84 0.38
Hex A8 B1 F 5 0 5C 1F 3F 54 26
Octal 250 261 17 5 0 134 37 77 124 46
Binary 10101000 10110001 1111 101 0 1011100 11111 111111 1010100 100110

Color Harmonies of #A8B10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B10F

Black with #A8B10F

Text Example


Text Example

White with #A8B10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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