Html Css Color HEX #A8BE0E Citrus

📋 copy color: '#A8BE0E'

red 168 ◦ green 190 ◦ blue 14

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

Shades of Citrus #A8BE0E

Tints of Citrus #A8BE0E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 51.08%

 BLUE value IS 14 (5.86% from 255) = 3.76%

R = 45.16%
G = 51.08%
B = 3.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#A8BE0E (or 0xA8BE0E) is known color: Citrus. HEX triplet: A8, BE and 0E. RGB value is (168,190,14). Sum of RGB (Red+Green+Blue) = 168+190+14=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 190 (74.61% from 255 or 51.08% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BE0E is #5741F1. Grayscale: #A4A4A4. Windows color (decimal): -5718514 or 966312. OLE color: 966312.

HSL color Cylindrical-coordinate representation of color #A8BE0E: hue angle of 67.5º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8BE0E is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 190 14 -
CMYK 0.12 0 0.93 0.25
HSL 67.5º 0.86% 0.4% -
HSV(B) 67.5º 0.93% 0.75% -
XYZ 34.64 45.18 7.31 -
YUV 163.36 43.71 131.31 -
System Red Green Blue C M Y K H S L
Decimal 168 190 14 0.12 0 0.93 0.25 67.5 0.86 0.4
Hex A8 BE E C 0 5D 19 44 56 28
Octal 250 276 16 14 0 135 31 104 126 50
Binary 10101000 10111110 1110 1100 0 1011101 11001 1000100 1010110 101000

Color Harmonies of #A8BE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BE0E

Black with #A8BE0E

Text Example


Text Example

White with #A8BE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BE0E; }

 p { color: rgb(168,190,14); }

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

background-color css

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

 a { background-color: rgb(168,190,14); }

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

border-color css

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

 span { border-color: rgb(168,190,14); }

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