Html Css Color HEX #ABBC1D Bahia

📋 copy color: '#ABBC1D'

red 171 ◦ green 188 ◦ blue 29

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

Shades of Bahia #ABBC1D

Tints of Bahia #ABBC1D

RGB

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

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

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

R = 44.07%
G = 48.45%
B = 7.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#ABBC1D (or 0xABBC1D) is known color: Bahia. HEX triplet: AB, BC and 1D. RGB value is (171,188,29). Sum of RGB (Red+Green+Blue) = 171+188+29=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 29 (11.72% from 255 or 7.47% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBC1D is #5443E2. Grayscale: #A5A5A5. Windows color (decimal): -5522403 or 1948843. OLE color: 1948843.

HSL color Cylindrical-coordinate representation of color #ABBC1D: hue angle of 66.42º degrees, saturation: 0.73, 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 #ABBC1D is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 188 29 -
CMYK 0.09 0 0.85 0.26
HSL 66.42º 0.73% 0.43% -
HSV(B) 66.42º 0.85% 0.74% -
XYZ 35 44.71 7.95 -
YUV 164.79 51.37 132.43 -
System Red Green Blue C M Y K H S L
Decimal 171 188 29 0.09 0 0.85 0.26 66.42 0.73 0.43
Hex AB BC 1D 9 0 55 1A 42 49 2B
Octal 253 274 35 11 0 125 32 102 111 53
Binary 10101011 10111100 11101 1001 0 1010101 11010 1000010 1001001 101011

Color Harmonies of #ABBC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC1D

Black with #ABBC1D

Text Example


Text Example

White with #ABBC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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