Html Css Color HEX #ABCA1D Bahia

📋 copy color: '#ABCA1D'

red 171 ◦ green 202 ◦ blue 29

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

Shades of Bahia #ABCA1D

Tints of Bahia #ABCA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.21%

R = 42.54%
G = 50.25%
B = 7.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#ABCA1D (or 0xABCA1D) is known color: Bahia. HEX triplet: AB, CA and 1D. RGB value is (171,202,29). Sum of RGB (Red+Green+Blue) = 171+202+29=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 29 (11.72% from 255 or 7.21% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCA1D is #5435E2. Grayscale: #ADADAD. Windows color (decimal): -5518819 or 1952427. OLE color: 1952427.

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

Color convert

RGB 171 202 29 -
CMYK 0.15 0 0.86 0.21
HSL 70.75º 0.75% 0.45% -
HSV(B) 70.75º 0.86% 0.79% -
XYZ 38.14 50.99 8.99 -
YUV 173.01 46.73 126.57 -
System Red Green Blue C M Y K H S L
Decimal 171 202 29 0.15 0 0.86 0.21 70.75 0.75 0.45
Hex AB CA 1D F 0 56 15 47 4B 2D
Octal 253 312 35 17 0 126 25 107 113 55
Binary 10101011 11001010 11101 1111 0 1010110 10101 1000111 1001011 101101

Color Harmonies of #ABCA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCA1D

Black with #ABCA1D

Text Example


Text Example

White with #ABCA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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