Html Css Color HEX #ABC225 Bahia

📋 copy color: '#ABC225'

red 171 ◦ green 194 ◦ blue 37

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

Shades of Bahia #ABC225

Tints of Bahia #ABC225

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.26%

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

R = 42.54%
G = 48.26%
B = 9.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#ABC225 (or 0xABC225) is known color: Bahia. HEX triplet: AB, C2 and 25. RGB value is (171,194,37). Sum of RGB (Red+Green+Blue) = 171+194+37=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 37 (14.84% from 255 or 9.20% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC225 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC225 is #543DDA. Grayscale: #A9A9A9. Windows color (decimal): -5520859 or 2474667. OLE color: 2474667.

HSL color Cylindrical-coordinate representation of color #ABC225: hue angle of 68.79º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ABC225 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 194 37 -
CMYK 0.12 0 0.81 0.24
HSL 68.79º 0.68% 0.45% -
HSV(B) 68.79º 0.81% 0.76% -
XYZ 36.42 47.38 8.98 -
YUV 169.23 53.38 129.27 -
System Red Green Blue C M Y K H S L
Decimal 171 194 37 0.12 0 0.81 0.24 68.79 0.68 0.45
Hex AB C2 25 C 0 51 18 45 44 2D
Octal 253 302 45 14 0 121 30 105 104 55
Binary 10101011 11000010 100101 1100 0 1010001 11000 1000101 1000100 101101

Color Harmonies of #ABC225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC225

Black with #ABC225

Text Example


Text Example

White with #ABC225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC225; }

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

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

background-color css

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

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

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

border-color css

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

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

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