Html Css Color HEX #ABC631 Bahia

📋 copy color: '#ABC631'

red 171 ◦ green 198 ◦ blue 49

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

Shades of Bahia #ABC631

Tints of Bahia #ABC631

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.37%

 BLUE value IS 49 (19.53% from 255) = 11.72%

R = 40.91%
G = 47.37%
B = 11.72%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#ABC631 (or 0xABC631) is known color: Bahia. HEX triplet: AB, C6 and 31. RGB value is (171,198,49). Sum of RGB (Red+Green+Blue) = 171+198+49=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC631 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC631 is #5439CE. Grayscale: #ADADAD. Windows color (decimal): -5519823 or 3262123. OLE color: 3262123.

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

Color convert

RGB 171 198 49 -
CMYK 0.14 0 0.75 0.22
HSL 70.87º 0.6% 0.48% -
HSV(B) 70.87º 0.75% 0.78% -
XYZ 37.54 49.27 10.44 -
YUV 172.94 58.05 126.62 -
System Red Green Blue C M Y K H S L
Decimal 171 198 49 0.14 0 0.75 0.22 70.87 0.6 0.48
Hex AB C6 31 E 0 4B 16 47 3C 30
Octal 253 306 61 16 0 113 26 107 74 60
Binary 10101011 11000110 110001 1110 0 1001011 10110 1000111 111100 110000

Color Harmonies of #ABC631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC631

Black with #ABC631

Text Example


Text Example

White with #ABC631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC631; }

 p { color: rgb(171,198,49); }

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

background-color css

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

 a { background-color: rgb(171,198,49); }

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

border-color css

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

 span { border-color: rgb(171,198,49); }

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