Html Css Color HEX #ABCB2C Bahia

📋 copy color: '#ABCB2C'

red 171 ◦ green 203 ◦ blue 44

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

Shades of Bahia #ABCB2C

Tints of Bahia #ABCB2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.53%

R = 40.91%
G = 48.56%
B = 10.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#ABCB2C (or 0xABCB2C) is known color: Bahia. HEX triplet: AB, CB and 2C. RGB value is (171,203,44). Sum of RGB (Red+Green+Blue) = 171+203+44=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 203 (79.69% from 255 or 48.56% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCB2C is #5434D3. Grayscale: #AFAFAF. Windows color (decimal): -5518548 or 2935723. OLE color: 2935723.

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

Color convert

RGB 171 203 44 -
CMYK 0.16 0 0.78 0.20
HSL 72.08º 0.64% 0.48% -
HSV(B) 72.08º 0.78% 0.8% -
XYZ 38.61 51.55 10.3 -
YUV 175.31 53.9 124.93 -
System Red Green Blue C M Y K H S L
Decimal 171 203 44 0.16 0 0.78 0.20 72.08 0.64 0.48
Hex AB CB 2C 10 0 4E 14 48 40 30
Octal 253 313 54 20 0 116 24 110 100 60
Binary 10101011 11001011 101100 10000 0 1001110 10100 1001000 1000000 110000

Color Harmonies of #ABCB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCB2C

Black with #ABCB2C

Text Example


Text Example

White with #ABCB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCB2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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