Html Css Color HEX #ABCA2D Bahia

📋 copy color: '#ABCA2D'

red 171 ◦ green 202 ◦ blue 45

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

Shades of Bahia #ABCA2D

Tints of Bahia #ABCA2D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.33%

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

R = 40.91%
G = 48.33%
B = 10.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#ABCA2D (or 0xABCA2D) is known color: Bahia. HEX triplet: AB, CA and 2D. RGB value is (171,202,45). Sum of RGB (Red+Green+Blue) = 171+202+45=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCA2D is #5435D2. Grayscale: #AFAFAF. Windows color (decimal): -5518803 or 3001003. OLE color: 3001003.

HSL color Cylindrical-coordinate representation of color #ABCA2D: hue angle of 71.85º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABCA2D is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 202 45 -
CMYK 0.15 0 0.78 0.21
HSL 71.85º 0.64% 0.48% -
HSV(B) 71.85º 0.78% 0.79% -
XYZ 38.39 51.09 10.32 -
YUV 174.83 54.73 125.27 -
System Red Green Blue C M Y K H S L
Decimal 171 202 45 0.15 0 0.78 0.21 71.85 0.64 0.48
Hex AB CA 2D F 0 4E 15 48 40 30
Octal 253 312 55 17 0 116 25 110 100 60
Binary 10101011 11001010 101101 1111 0 1001110 10101 1001000 1000000 110000

Color Harmonies of #ABCA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCA2D

Black with #ABCA2D

Text Example


Text Example

White with #ABCA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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