Html Css Color HEX #ABCB1A Bahia

📋 copy color: '#ABCB1A'

red 171 ◦ green 203 ◦ blue 26

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

Shades of Bahia #ABCB1A

Tints of Bahia #ABCB1A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.75%

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

R = 42.75%
G = 50.75%
B = 6.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#ABCB1A (or 0xABCB1A) is known color: Bahia. HEX triplet: AB, CB and 1A. RGB value is (171,203,26). Sum of RGB (Red+Green+Blue) = 171+203+26=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCB1A is #5434E5. Grayscale: #ADADAD. Windows color (decimal): -5518566 or 1756075. OLE color: 1756075.

HSL color Cylindrical-coordinate representation of color #ABCB1A: hue angle of 70.85º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABCB1A is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 203 26 -
CMYK 0.16 0 0.87 0.20
HSL 70.85º 0.77% 0.45% -
HSV(B) 70.85º 0.87% 0.8% -
XYZ 38.34 51.44 8.89 -
YUV 173.25 44.9 126.39 -
System Red Green Blue C M Y K H S L
Decimal 171 203 26 0.16 0 0.87 0.20 70.85 0.77 0.45
Hex AB CB 1A 10 0 57 14 47 4D 2D
Octal 253 313 32 20 0 127 24 107 115 55
Binary 10101011 11001011 11010 10000 0 1010111 10100 1000111 1001101 101101

Color Harmonies of #ABCB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCB1A

Black with #ABCB1A

Text Example


Text Example

White with #ABCB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCB1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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