Html Css Color HEX #ABB527 Bahia

📋 copy color: '#ABB527'

red 171 ◦ green 181 ◦ blue 39

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

Shades of Bahia #ABB527

Tints of Bahia #ABB527

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.29%

 BLUE value IS 39 (15.63% from 255) = 9.97%

R = 43.73%
G = 46.29%
B = 9.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#ABB527 (or 0xABB527) is known color: Bahia. HEX triplet: AB, B5 and 27. RGB value is (171,181,39). Sum of RGB (Red+Green+Blue) = 171+181+39=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 39 (15.62% from 255 or 9.97% from 391); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB527 is #544AD8. Grayscale: #A2A2A2. Windows color (decimal): -5524185 or 2602411. OLE color: 2602411.

HSL color Cylindrical-coordinate representation of color #ABB527: hue angle of 64.23º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABB527 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 181 39 -
CMYK 0.06 0 0.78 0.29
HSL 64.23º 0.65% 0.43% -
HSV(B) 64.23º 0.78% 0.71% -
XYZ 33.68 41.85 8.22 -
YUV 161.82 58.69 134.55 -
System Red Green Blue C M Y K H S L
Decimal 171 181 39 0.06 0 0.78 0.29 64.23 0.65 0.43
Hex AB B5 27 6 0 4E 1D 40 41 2B
Octal 253 265 47 6 0 116 35 100 101 53
Binary 10101011 10110101 100111 110 0 1001110 11101 1000000 1000001 101011

Color Harmonies of #ABB527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB527

Black with #ABB527

Text Example


Text Example

White with #ABB527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB527; }

 p { color: rgb(171,181,39); }

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

background-color css

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

 a { background-color: rgb(171,181,39); }

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

border-color css

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

 span { border-color: rgb(171,181,39); }

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