Html Css Color HEX #A8BE04 Citrus

📋 copy color: '#A8BE04'

red 168 ◦ green 190 ◦ blue 4

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

Shades of Citrus #A8BE04

Tints of Citrus #A8BE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 46.41%
G = 52.49%
B = 1.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#A8BE04 (or 0xA8BE04) is known color: Citrus. HEX triplet: A8, BE and 04. RGB value is (168,190,4). Sum of RGB (Red+Green+Blue) = 168+190+4=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 190 (74.61% from 255 or 52.49% from 362); Blue value is 4 (1.95% from 255 or 1.10% from 362); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BE04 is #5741FB. Grayscale: #A2A2A2. Windows color (decimal): -5718524 or 310952. OLE color: 310952.

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

Color convert

RGB 168 190 4 -
CMYK 0.12 0 0.98 0.25
HSL 67.1º 0.96% 0.38% -
HSV(B) 67.1º 0.98% 0.75% -
XYZ 34.58 45.16 7.01 -
YUV 162.22 38.71 132.12 -
System Red Green Blue C M Y K H S L
Decimal 168 190 4 0.12 0 0.98 0.25 67.1 0.96 0.38
Hex A8 BE 4 C 0 62 19 43 60 26
Octal 250 276 4 14 0 142 31 103 140 46
Binary 10101000 10111110 100 1100 0 1100010 11001 1000011 1100000 100110

Color Harmonies of #A8BE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BE04

Black with #A8BE04

Text Example


Text Example

White with #A8BE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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