Html Css Color HEX #ABBE1D Bahia

📋 copy color: '#ABBE1D'

red 171 ◦ green 190 ◦ blue 29

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

Shades of Bahia #ABBE1D

Tints of Bahia #ABBE1D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.72%

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

R = 43.85%
G = 48.72%
B = 7.44%

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

#ABBE1D (or 0xABBE1D) is known color: Bahia. HEX triplet: AB, BE and 1D. RGB value is (171,190,29). Sum of RGB (Red+Green+Blue) = 171+190+29=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 190 (74.61% from 255 or 48.72% from 390); Blue value is 29 (11.72% from 255 or 7.44% from 390); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBE1D is #5441E2. Grayscale: #A6A6A6. Windows color (decimal): -5521891 or 1949355. OLE color: 1949355.

HSL color Cylindrical-coordinate representation of color #ABBE1D: hue angle of 67.08º 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 #ABBE1D is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 190 29 -
CMYK 0.10 0 0.85 0.25
HSL 67.08º 0.74% 0.43% -
HSV(B) 67.08º 0.85% 0.75% -
XYZ 35.43 45.57 8.09 -
YUV 165.97 50.71 131.59 -
System Red Green Blue C M Y K H S L
Decimal 171 190 29 0.10 0 0.85 0.25 67.08 0.74 0.43
Hex AB BE 1D A 0 55 19 43 4A 2B
Octal 253 276 35 12 0 125 31 103 112 53
Binary 10101011 10111110 11101 1010 0 1010101 11001 1000011 1001010 101011

Color Harmonies of #ABBE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBE1D

Black with #ABBE1D

Text Example


Text Example

White with #ABBE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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