Html Css Color HEX #ABC725 Bahia

📋 copy color: '#ABC725'

red 171 ◦ green 199 ◦ blue 37

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

Shades of Bahia #ABC725

Tints of Bahia #ABC725

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.89%

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

R = 42.01%
G = 48.89%
B = 9.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#ABC725 (or 0xABC725) is known color: Bahia. HEX triplet: AB, C7 and 25. RGB value is (171,199,37). Sum of RGB (Red+Green+Blue) = 171+199+37=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 199 (78.12% from 255 or 48.89% from 407); Blue value is 37 (14.84% from 255 or 9.09% from 407); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC725 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC725 is #5438DA. Grayscale: #ACACAC. Windows color (decimal): -5519579 or 2475947. OLE color: 2475947.

HSL color Cylindrical-coordinate representation of color #ABC725: hue angle of 70.37º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ABC725 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 199 37 -
CMYK 0.14 0 0.81 0.22
HSL 70.37º 0.69% 0.46% -
HSV(B) 70.37º 0.81% 0.78% -
XYZ 37.55 49.64 9.35 -
YUV 172.16 51.72 127.17 -
System Red Green Blue C M Y K H S L
Decimal 171 199 37 0.14 0 0.81 0.22 70.37 0.69 0.46
Hex AB C7 25 E 0 51 16 46 45 2E
Octal 253 307 45 16 0 121 26 106 105 56
Binary 10101011 11000111 100101 1110 0 1010001 10110 1000110 1000101 101110

Color Harmonies of #ABC725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC725

Black with #ABC725

Text Example


Text Example

White with #ABC725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC725; }

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

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

background-color css

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

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

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

border-color css

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

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

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