Html Css Color HEX #A8BE0D Citrus

📋 copy color: '#A8BE0D'

red 168 ◦ green 190 ◦ blue 13

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

Shades of Citrus #A8BE0D

Tints of Citrus #A8BE0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.5%

R = 45.28%
G = 51.21%
B = 3.5%

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

#A8BE0D (or 0xA8BE0D) is known color: Citrus. HEX triplet: A8, BE and 0D. RGB value is (168,190,13). Sum of RGB (Red+Green+Blue) = 168+190+13=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BE0D is #5741F2. Grayscale: #A3A3A3. Windows color (decimal): -5718515 or 900776. OLE color: 900776.

HSL color Cylindrical-coordinate representation of color #A8BE0D: hue angle of 67.46º degrees, saturation: 0.87, 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 #A8BE0D is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 190 13 -
CMYK 0.12 0 0.93 0.25
HSL 67.46º 0.87% 0.4% -
HSV(B) 67.46º 0.93% 0.75% -
XYZ 34.63 45.18 7.28 -
YUV 163.24 43.21 131.39 -
System Red Green Blue C M Y K H S L
Decimal 168 190 13 0.12 0 0.93 0.25 67.46 0.87 0.4
Hex A8 BE D C 0 5D 19 43 57 28
Octal 250 276 15 14 0 135 31 103 127 50
Binary 10101000 10111110 1101 1100 0 1011101 11001 1000011 1010111 101000

Color Harmonies of #A8BE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BE0D

Black with #A8BE0D

Text Example


Text Example

White with #A8BE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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