Html Css Color HEX #ABA25B Gimblet

📋 copy color: '#ABA25B'

red 171 ◦ green 162 ◦ blue 91

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

Shades of Gimblet #ABA25B

Tints of Gimblet #ABA25B

RGB

 RED value IS 171 (67.19% from 255) = 40.33%

 GREEN value IS 162 (63.67% from 255) = 38.21%

 BLUE value IS 91 (35.94% from 255) = 21.46%

R = 40.33%
G = 38.21%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#ABA25B (or 0xABA25B) is known color: Gimblet. HEX triplet: AB, A2 and 5B. RGB value is (171,162,91). Sum of RGB (Red+Green+Blue) = 171+162+91=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA25B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA25B is #545DA4. Grayscale: #9C9C9C. Windows color (decimal): -5528997 or 6005419. OLE color: 6005419.

HSL color Cylindrical-coordinate representation of color #ABA25B: hue angle of 53.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABA25B is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 162 91 -
CMYK 0 0.05 0.47 0.33
HSL 53.25º 0.32% 0.51% -
HSV(B) 53.25º 0.47% 0.67% -
XYZ 31.6 35.25 15.04 -
YUV 156.6 90.98 138.27 -
System Red Green Blue C M Y K H S L
Decimal 171 162 91 0 0.05 0.47 0.33 53.25 0.32 0.51
Hex AB A2 5B 0 5 2F 21 35 20 33
Octal 253 242 133 0 5 57 41 65 40 63
Binary 10101011 10100010 1011011 0 101 101111 100001 110101 100000 110011

Color Harmonies of #ABA25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA25B

Black with #ABA25B

Text Example


Text Example

White with #ABA25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA25B; }

 p { color: rgb(171,162,91); }

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

background-color css

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

 a { background-color: rgb(171,162,91); }

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

border-color css

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

 span { border-color: rgb(171,162,91); }

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