Html Css Color HEX #A8BD10 Citrus

📋 copy color: '#A8BD10'

red 168 ◦ green 189 ◦ blue 16

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

Shades of Citrus #A8BD10

Tints of Citrus #A8BD10

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.67%

 BLUE value IS 16 (6.64% from 255) = 4.29%

R = 45.04%
G = 50.67%
B = 4.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#A8BD10 (or 0xA8BD10) is known color: Citrus. HEX triplet: A8, BD and 10. RGB value is (168,189,16). Sum of RGB (Red+Green+Blue) = 168+189+16=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BD10 is #5742EF. Grayscale: #A3A3A3. Windows color (decimal): -5718768 or 1097128. OLE color: 1097128.

HSL color Cylindrical-coordinate representation of color #A8BD10: hue angle of 67.28º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8BD10 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 189 16 -
CMYK 0.11 0 0.92 0.26
HSL 67.28º 0.84% 0.4% -
HSV(B) 67.28º 0.92% 0.74% -
XYZ 34.44 44.76 7.31 -
YUV 163 45.04 131.57 -
System Red Green Blue C M Y K H S L
Decimal 168 189 16 0.11 0 0.92 0.26 67.28 0.84 0.4
Hex A8 BD 10 B 0 5C 1A 43 54 28
Octal 250 275 20 13 0 134 32 103 124 50
Binary 10101000 10111101 10000 1011 0 1011100 11010 1000011 1010100 101000

Color Harmonies of #A8BD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BD10

Black with #A8BD10

Text Example


Text Example

White with #A8BD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BD10; }

 p { color: rgb(168,189,16); }

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

background-color css

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

 a { background-color: rgb(168,189,16); }

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

border-color css

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

 span { border-color: rgb(168,189,16); }

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