Html Css Color HEX #A8B108 Citrus

📋 copy color: '#A8B108'

red 168 ◦ green 177 ◦ blue 8

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

Shades of Citrus #A8B108

Tints of Citrus #A8B108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.27%

R = 47.59%
G = 50.14%
B = 2.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#A8B108 (or 0xA8B108) is known color: Citrus. HEX triplet: A8, B1 and 08. RGB value is (168,177,8). Sum of RGB (Red+Green+Blue) = 168+177+8=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 177 (69.53% from 255 or 50.14% from 353); Blue value is 8 (3.52% from 255 or 2.27% from 353); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B108 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B108 is #574EF7. Grayscale: #9B9B9B. Windows color (decimal): -5721848 or 569768. OLE color: 569768.

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

Color convert

RGB 168 177 8 -
CMYK 0.05 0 0.95 0.31
HSL 63.2º 0.91% 0.36% -
HSV(B) 63.2º 0.95% 0.69% -
XYZ 31.91 39.79 6.23 -
YUV 155.04 45.02 137.24 -
System Red Green Blue C M Y K H S L
Decimal 168 177 8 0.05 0 0.95 0.31 63.2 0.91 0.36
Hex A8 B1 8 5 0 5F 1F 3F 5B 24
Octal 250 261 10 5 0 137 37 77 133 44
Binary 10101000 10110001 1000 101 0 1011111 11111 111111 1011011 100100

Color Harmonies of #A8B108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B108

Black with #A8B108

Text Example


Text Example

White with #A8B108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B108; }

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

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

background-color css

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

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

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

border-color css

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

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

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