Html Css Color HEX #ABBD1C Bahia

📋 copy color: '#ABBD1C'

red 171 ◦ green 189 ◦ blue 28

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

Shades of Bahia #ABBD1C

Tints of Bahia #ABBD1C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.71%

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

R = 44.07%
G = 48.71%
B = 7.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#ABBD1C (or 0xABBD1C) is known color: Bahia. HEX triplet: AB, BD and 1C. RGB value is (171,189,28). Sum of RGB (Red+Green+Blue) = 171+189+28=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 28 (11.33% from 255 or 7.22% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBD1C is #5442E3. Grayscale: #A5A5A5. Windows color (decimal): -5522148 or 1883563. OLE color: 1883563.

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

Color convert

RGB 171 189 28 -
CMYK 0.10 0 0.85 0.26
HSL 66.71º 0.74% 0.43% -
HSV(B) 66.71º 0.85% 0.74% -
XYZ 35.2 45.14 7.96 -
YUV 165.26 50.54 132.09 -
System Red Green Blue C M Y K H S L
Decimal 171 189 28 0.10 0 0.85 0.26 66.71 0.74 0.43
Hex AB BD 1C A 0 55 1A 43 4A 2B
Octal 253 275 34 12 0 125 32 103 112 53
Binary 10101011 10111101 11100 1010 0 1010101 11010 1000011 1001010 101011

Color Harmonies of #ABBD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD1C

Black with #ABBD1C

Text Example


Text Example

White with #ABBD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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