Html Css Color HEX #AEB283 Locust

📋 copy color: '#AEB283'

red 174 ◦ green 178 ◦ blue 131

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

Shades of Locust #AEB283

Tints of Locust #AEB283

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.85%

 BLUE value IS 131 (51.56% from 255) = 27.12%

R = 36.02%
G = 36.85%
B = 27.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#AEB283 (or 0xAEB283) is known color: Locust. HEX triplet: AE, B2 and 83. RGB value is (174,178,131). Sum of RGB (Red+Green+Blue) = 174+178+131=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB283 is #514D7C. Grayscale: #ABABAB. Windows color (decimal): -5328253 or 8630958. OLE color: 8630958.

HSL color Cylindrical-coordinate representation of color #AEB283: hue angle of 65.11º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEB283 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 178 131 -
CMYK 0.02 0 0.26 0.30
HSL 65.11º 0.23% 0.61% -
HSV(B) 65.11º 0.26% 0.7% -
XYZ 37.47 42.48 27.7 -
YUV 171.45 105.17 129.82 -
System Red Green Blue C M Y K H S L
Decimal 174 178 131 0.02 0 0.26 0.30 65.11 0.23 0.61
Hex AE B2 83 2 0 1A 1E 41 17 3D
Octal 256 262 203 2 0 32 36 101 27 75
Binary 10101110 10110010 10000011 10 0 11010 11110 1000001 10111 111101

Color Harmonies of #AEB283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB283

Black with #AEB283

Text Example


Text Example

White with #AEB283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB283; }

 p { color: rgb(174,178,131); }

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

background-color css

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

 a { background-color: rgb(174,178,131); }

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

border-color css

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

 span { border-color: rgb(174,178,131); }

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