Html Css Color HEX #ABCF1A Bahia

📋 copy color: '#ABCF1A'

red 171 ◦ green 207 ◦ blue 26

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

Shades of Bahia #ABCF1A

Tints of Bahia #ABCF1A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 51.24%

 BLUE value IS 26 (10.55% from 255) = 6.44%

R = 42.33%
G = 51.24%
B = 6.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#ABCF1A (or 0xABCF1A) is known color: Bahia. HEX triplet: AB, CF and 1A. RGB value is (171,207,26). Sum of RGB (Red+Green+Blue) = 171+207+26=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 26 (10.55% from 255 or 6.44% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCF1A is #5430E5. Grayscale: #B0B0B0. Windows color (decimal): -5517542 or 1757099. OLE color: 1757099.

HSL color Cylindrical-coordinate representation of color #ABCF1A: hue angle of 71.93º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABCF1A is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 207 26 -
CMYK 0.17 0 0.87 0.19
HSL 71.93º 0.78% 0.46% -
HSV(B) 71.93º 0.87% 0.81% -
XYZ 39.29 53.36 9.21 -
YUV 175.6 43.57 124.72 -
System Red Green Blue C M Y K H S L
Decimal 171 207 26 0.17 0 0.87 0.19 71.93 0.78 0.46
Hex AB CF 1A 11 0 57 13 48 4E 2E
Octal 253 317 32 21 0 127 23 110 116 56
Binary 10101011 11001111 11010 10001 0 1010111 10011 1001000 1001110 101110

Color Harmonies of #ABCF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCF1A

Black with #ABCF1A

Text Example


Text Example

White with #ABCF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCF1A; }

 p { color: rgb(171,207,26); }

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

background-color css

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

 a { background-color: rgb(171,207,26); }

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

border-color css

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

 span { border-color: rgb(171,207,26); }

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