Html Css Color HEX #ABB725 Bahia

📋 copy color: '#ABB725'

red 171 ◦ green 183 ◦ blue 37

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

Shades of Bahia #ABB725

Tints of Bahia #ABB725

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.8%

 BLUE value IS 37 (14.84% from 255) = 9.46%

R = 43.73%
G = 46.8%
B = 9.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#ABB725 (or 0xABB725) is known color: Bahia. HEX triplet: AB, B7 and 25. RGB value is (171,183,37). Sum of RGB (Red+Green+Blue) = 171+183+37=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 37 (14.84% from 255 or 9.46% from 391); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB725 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB725 is #5448DA. Grayscale: #A3A3A3. Windows color (decimal): -5523675 or 2471851. OLE color: 2471851.

HSL color Cylindrical-coordinate representation of color #ABB725: hue angle of 64.93º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABB725 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 183 37 -
CMYK 0.07 0 0.80 0.28
HSL 64.93º 0.66% 0.43% -
HSV(B) 64.93º 0.8% 0.72% -
XYZ 34.06 42.66 8.19 -
YUV 162.77 57.02 133.87 -
System Red Green Blue C M Y K H S L
Decimal 171 183 37 0.07 0 0.80 0.28 64.93 0.66 0.43
Hex AB B7 25 7 0 50 1C 41 42 2B
Octal 253 267 45 7 0 120 34 101 102 53
Binary 10101011 10110111 100101 111 0 1010000 11100 1000001 1000010 101011

Color Harmonies of #ABB725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB725

Black with #ABB725

Text Example


Text Example

White with #ABB725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB725; }

 p { color: rgb(171,183,37); }

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

background-color css

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

 a { background-color: rgb(171,183,37); }

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

border-color css

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

 span { border-color: rgb(171,183,37); }

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