Html Css Color HEX #A8B50F Citrus

📋 copy color: '#A8B50F'

red 168 ◦ green 181 ◦ blue 15

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

Shades of Citrus #A8B50F

Tints of Citrus #A8B50F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.73%

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

R = 46.15%
G = 49.73%
B = 4.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#A8B50F (or 0xA8B50F) is known color: Citrus. HEX triplet: A8, B5 and 0F. RGB value is (168,181,15). Sum of RGB (Red+Green+Blue) = 168+181+15=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 181 (71.09% from 255 or 49.73% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B50F is #574AF0. Grayscale: #9E9E9E. Windows color (decimal): -5720817 or 1029544. OLE color: 1029544.

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

Color convert

RGB 168 181 15 -
CMYK 0.07 0 0.92 0.29
HSL 64.7º 0.85% 0.38% -
HSV(B) 64.7º 0.92% 0.71% -
XYZ 32.76 41.41 6.72 -
YUV 158.19 47.19 135 -
System Red Green Blue C M Y K H S L
Decimal 168 181 15 0.07 0 0.92 0.29 64.7 0.85 0.38
Hex A8 B5 F 7 0 5C 1D 41 55 26
Octal 250 265 17 7 0 134 35 101 125 46
Binary 10101000 10110101 1111 111 0 1011100 11101 1000001 1010101 100110

Color Harmonies of #A8B50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B50F

Black with #A8B50F

Text Example


Text Example

White with #A8B50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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