Html Css Color HEX #ABBC2F Bahia

📋 copy color: '#ABBC2F'

red 171 ◦ green 188 ◦ blue 47

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

Shades of Bahia #ABBC2F

Tints of Bahia #ABBC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.58%

R = 42.12%
G = 46.31%
B = 11.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#ABBC2F (or 0xABBC2F) is known color: Bahia. HEX triplet: AB, BC and 2F. RGB value is (171,188,47). Sum of RGB (Red+Green+Blue) = 171+188+47=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 47 (18.75% from 255 or 11.58% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBC2F is #5443D0. Grayscale: #A7A7A7. Windows color (decimal): -5522385 or 3128491. OLE color: 3128491.

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

Color convert

RGB 171 188 47 -
CMYK 0.09 0 0.75 0.26
HSL 67.23º 0.6% 0.46% -
HSV(B) 67.23º 0.75% 0.74% -
XYZ 35.29 44.83 9.48 -
YUV 166.84 60.37 130.96 -
System Red Green Blue C M Y K H S L
Decimal 171 188 47 0.09 0 0.75 0.26 67.23 0.6 0.46
Hex AB BC 2F 9 0 4B 1A 43 3C 2E
Octal 253 274 57 11 0 113 32 103 74 56
Binary 10101011 10111100 101111 1001 0 1001011 11010 1000011 111100 101110

Color Harmonies of #ABBC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC2F

Black with #ABBC2F

Text Example


Text Example

White with #ABBC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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