Html Css Color HEX #ABBC1C Bahia

📋 copy color: '#ABBC1C'

red 171 ◦ green 188 ◦ blue 28

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

Shades of Bahia #ABBC1C

Tints of Bahia #ABBC1C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.58%

 BLUE value IS 28 (11.33% from 255) = 7.24%

R = 44.19%
G = 48.58%
B = 7.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#ABBC1C (or 0xABBC1C) is known color: Bahia. HEX triplet: AB, BC and 1C. RGB value is (171,188,28). Sum of RGB (Red+Green+Blue) = 171+188+28=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBC1C is #5443E3. Grayscale: #A5A5A5. Windows color (decimal): -5522404 or 1883307. OLE color: 1883307.

HSL color Cylindrical-coordinate representation of color #ABBC1C: hue angle of 66.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABBC1C is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 188 28 -
CMYK 0.09 0 0.85 0.26
HSL 66.38º 0.74% 0.42% -
HSV(B) 66.38º 0.85% 0.74% -
XYZ 34.99 44.71 7.88 -
YUV 164.68 50.87 132.51 -
System Red Green Blue C M Y K H S L
Decimal 171 188 28 0.09 0 0.85 0.26 66.38 0.74 0.42
Hex AB BC 1C 9 0 55 1A 42 4A 2A
Octal 253 274 34 11 0 125 32 102 112 52
Binary 10101011 10111100 11100 1001 0 1010101 11010 1000010 1001010 101010

Color Harmonies of #ABBC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC1C

Black with #ABBC1C

Text Example


Text Example

White with #ABBC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC1C; }

 p { color: rgb(171,188,28); }

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

background-color css

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

 a { background-color: rgb(171,188,28); }

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

border-color css

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

 span { border-color: rgb(171,188,28); }

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