Html Css Color HEX #ABBB1D Bahia

📋 copy color: '#ABBB1D'

red 171 ◦ green 187 ◦ blue 29

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

Shades of Bahia #ABBB1D

Tints of Bahia #ABBB1D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.32%

 BLUE value IS 29 (11.72% from 255) = 7.49%

R = 44.19%
G = 48.32%
B = 7.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#ABBB1D (or 0xABBB1D) is known color: Bahia. HEX triplet: AB, BB and 1D. RGB value is (171,187,29). Sum of RGB (Red+Green+Blue) = 171+187+29=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBB1D is #5444E2. Grayscale: #A4A4A4. Windows color (decimal): -5522659 or 1948587. OLE color: 1948587.

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

Color convert

RGB 171 187 29 -
CMYK 0.09 0 0.84 0.27
HSL 66.08º 0.73% 0.42% -
HSV(B) 66.08º 0.84% 0.73% -
XYZ 34.79 44.29 7.88 -
YUV 164.2 51.7 132.85 -
System Red Green Blue C M Y K H S L
Decimal 171 187 29 0.09 0 0.84 0.27 66.08 0.73 0.42
Hex AB BB 1D 9 0 54 1B 42 49 2A
Octal 253 273 35 11 0 124 33 102 111 52
Binary 10101011 10111011 11101 1001 0 1010100 11011 1000010 1001001 101010

Color Harmonies of #ABBB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBB1D

Black with #ABBB1D

Text Example


Text Example

White with #ABBB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBB1D; }

 p { color: rgb(171,187,29); }

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

background-color css

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

 a { background-color: rgb(171,187,29); }

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

border-color css

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

 span { border-color: rgb(171,187,29); }

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