Html Css Color HEX #ABC825 Bahia

📋 copy color: '#ABC825'

red 171 ◦ green 200 ◦ blue 37

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

Shades of Bahia #ABC825

Tints of Bahia #ABC825

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.02%

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

R = 41.91%
G = 49.02%
B = 9.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#ABC825 (or 0xABC825) is known color: Bahia. HEX triplet: AB, C8 and 25. RGB value is (171,200,37). Sum of RGB (Red+Green+Blue) = 171+200+37=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 37 (14.84% from 255 or 9.07% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC825 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC825 is #5437DA. Grayscale: #ADADAD. Windows color (decimal): -5519323 or 2476203. OLE color: 2476203.

HSL color Cylindrical-coordinate representation of color #ABC825: hue angle of 70.67º 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 #ABC825 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 200 37 -
CMYK 0.14 0 0.82 0.22
HSL 70.67º 0.69% 0.46% -
HSV(B) 70.67º 0.82% 0.78% -
XYZ 37.78 50.1 9.43 -
YUV 172.75 51.39 126.75 -
System Red Green Blue C M Y K H S L
Decimal 171 200 37 0.14 0 0.82 0.22 70.67 0.69 0.46
Hex AB C8 25 E 0 52 16 47 45 2E
Octal 253 310 45 16 0 122 26 107 105 56
Binary 10101011 11001000 100101 1110 0 1010010 10110 1000111 1000101 101110

Color Harmonies of #ABC825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC825

Black with #ABC825

Text Example


Text Example

White with #ABC825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC825; }

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

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

background-color css

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

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

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

border-color css

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

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

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