Html Css Color HEX #ABBF1C Bahia

📋 copy color: '#ABBF1C'

red 171 ◦ green 191 ◦ blue 28

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

Shades of Bahia #ABBF1C

Tints of Bahia #ABBF1C

RGB

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

 GREEN value IS 191 (75% from 255) = 48.97%

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

R = 43.85%
G = 48.97%
B = 7.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#ABBF1C (or 0xABBF1C) is known color: Bahia. HEX triplet: AB, BF and 1C. RGB value is (171,191,28). Sum of RGB (Red+Green+Blue) = 171+191+28=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 28 (11.33% from 255 or 7.18% from 390); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBF1C is #5440E3. Grayscale: #A7A7A7. Windows color (decimal): -5521636 or 1884075. OLE color: 1884075.

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

Color convert

RGB 171 191 28 -
CMYK 0.10 0 0.85 0.25
HSL 67.36º 0.74% 0.43% -
HSV(B) 67.36º 0.85% 0.75% -
XYZ 35.63 46 8.1 -
YUV 166.44 49.87 131.25 -
System Red Green Blue C M Y K H S L
Decimal 171 191 28 0.10 0 0.85 0.25 67.36 0.74 0.43
Hex AB BF 1C A 0 55 19 43 4A 2B
Octal 253 277 34 12 0 125 31 103 112 53
Binary 10101011 10111111 11100 1010 0 1010101 11001 1000011 1001010 101011

Color Harmonies of #ABBF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBF1C

Black with #ABBF1C

Text Example


Text Example

White with #ABBF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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