Html Css Color HEX #ABBC1E Bahia

📋 copy color: '#ABBC1E'

red 171 ◦ green 188 ◦ blue 30

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

Shades of Bahia #ABBC1E

Tints of Bahia #ABBC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.71%

R = 43.96%
G = 48.33%
B = 7.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#ABBC1E (or 0xABBC1E) is known color: Bahia. HEX triplet: AB, BC and 1E. RGB value is (171,188,30). Sum of RGB (Red+Green+Blue) = 171+188+30=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 30 (12.11% from 255 or 7.71% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBC1E is #5443E1. Grayscale: #A5A5A5. Windows color (decimal): -5522402 or 2014379. OLE color: 2014379.

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

Color convert

RGB 171 188 30 -
CMYK 0.09 0 0.84 0.26
HSL 66.46º 0.72% 0.43% -
HSV(B) 66.46º 0.84% 0.74% -
XYZ 35.01 44.72 8.01 -
YUV 164.91 51.87 132.35 -
System Red Green Blue C M Y K H S L
Decimal 171 188 30 0.09 0 0.84 0.26 66.46 0.72 0.43
Hex AB BC 1E 9 0 54 1A 42 48 2B
Octal 253 274 36 11 0 124 32 102 110 53
Binary 10101011 10111100 11110 1001 0 1010100 11010 1000010 1001000 101011

Color Harmonies of #ABBC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC1E

Black with #ABBC1E

Text Example


Text Example

White with #ABBC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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