Html Css Color HEX #AEB300 Citrus

📋 copy color: '#AEB300'

red 174 ◦ green 179 ◦ blue 0

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

Shades of Citrus #AEB300

Tints of Citrus #AEB300

RGB

 RED value IS 174 (68.36% from 255) = 49.29%

 GREEN value IS 179 (70.31% from 255) = 50.71%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.29%
G = 50.71%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#AEB300 (or 0xAEB300) is known color: Citrus. HEX triplet: AE, B3 and 00. RGB value is (174,179,0). Sum of RGB (Red+Green+Blue) = 174+179+0=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB300 is #514CFF. Grayscale: #9D9D9D. Windows color (decimal): -5328128 or 45998. OLE color: 45998.

HSL color Cylindrical-coordinate representation of color #AEB300: hue angle of 61.68º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEB300 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 179 0 -
CMYK 0.03 0 1 0.30
HSL 61.68º 1% 0.35% -
HSV(B) 61.68º 1% 0.7% -
XYZ 33.58 41.24 6.19 -
YUV 157.1 39.34 140.05 -
System Red Green Blue C M Y K H S L
Decimal 174 179 0 0.03 0 1 0.30 61.68 1 0.35
Hex AE B3 0 3 0 64 1E 3E 64 23
Octal 256 263 0 3 0 144 36 76 144 43
Binary 10101110 10110011 0 11 0 1100100 11110 111110 1100100 100011

Color Harmonies of #AEB300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB300

Black with #AEB300

Text Example


Text Example

White with #AEB300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB300; }

 p { color: rgb(174,179,0); }

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

background-color css

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

 a { background-color: rgb(174,179,0); }

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

border-color css

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

 span { border-color: rgb(174,179,0); }

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