Html Css Color HEX #ABC82D Bahia

📋 copy color: '#ABC82D'

red 171 ◦ green 200 ◦ blue 45

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

Shades of Bahia #ABC82D

Tints of Bahia #ABC82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.82%

R = 41.11%
G = 48.08%
B = 10.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#ABC82D (or 0xABC82D) is known color: Bahia. HEX triplet: AB, C8 and 2D. RGB value is (171,200,45). Sum of RGB (Red+Green+Blue) = 171+200+45=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC82D is #5437D2. Grayscale: #AEAEAE. Windows color (decimal): -5519315 or 3000491. OLE color: 3000491.

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

Color convert

RGB 171 200 45 -
CMYK 0.14 0 0.78 0.22
HSL 71.23º 0.63% 0.48% -
HSV(B) 71.23º 0.78% 0.78% -
XYZ 37.92 50.16 10.16 -
YUV 173.66 55.39 126.1 -
System Red Green Blue C M Y K H S L
Decimal 171 200 45 0.14 0 0.78 0.22 71.23 0.63 0.48
Hex AB C8 2D E 0 4E 16 47 3F 30
Octal 253 310 55 16 0 116 26 107 77 60
Binary 10101011 11001000 101101 1110 0 1001110 10110 1000111 111111 110000

Color Harmonies of #ABC82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC82D

Black with #ABC82D

Text Example


Text Example

White with #ABC82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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