Html Css Color HEX #ABCD1E Bahia

📋 copy color: '#ABCD1E'

red 171 ◦ green 205 ◦ blue 30

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

Shades of Bahia #ABCD1E

Tints of Bahia #ABCD1E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.49%

 BLUE value IS 30 (12.11% from 255) = 7.39%

R = 42.12%
G = 50.49%
B = 7.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#ABCD1E (or 0xABCD1E) is known color: Bahia. HEX triplet: AB, CD and 1E. RGB value is (171,205,30). Sum of RGB (Red+Green+Blue) = 171+205+30=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 30 (12.11% from 255 or 7.39% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCD1E is #5432E1. Grayscale: #AFAFAF. Windows color (decimal): -5518050 or 2018731. OLE color: 2018731.

HSL color Cylindrical-coordinate representation of color #ABCD1E: hue angle of 71.66º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABCD1E is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 205 30 -
CMYK 0.17 0 0.85 0.20
HSL 71.66º 0.74% 0.46% -
HSV(B) 71.66º 0.85% 0.8% -
XYZ 38.86 52.41 9.3 -
YUV 174.88 46.24 125.23 -
System Red Green Blue C M Y K H S L
Decimal 171 205 30 0.17 0 0.85 0.20 71.66 0.74 0.46
Hex AB CD 1E 11 0 55 14 48 4A 2E
Octal 253 315 36 21 0 125 24 110 112 56
Binary 10101011 11001101 11110 10001 0 1010101 10100 1001000 1001010 101110

Color Harmonies of #ABCD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCD1E

Black with #ABCD1E

Text Example


Text Example

White with #ABCD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCD1E; }

 p { color: rgb(171,205,30); }

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

background-color css

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

 a { background-color: rgb(171,205,30); }

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

border-color css

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

 span { border-color: rgb(171,205,30); }

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