Html Css Color HEX #ABBE2D Bahia

📋 copy color: '#ABBE2D'

red 171 ◦ green 190 ◦ blue 45

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

Shades of Bahia #ABBE2D

Tints of Bahia #ABBE2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.08%

R = 42.12%
G = 46.8%
B = 11.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#ABBE2D (or 0xABBE2D) is known color: Bahia. HEX triplet: AB, BE and 2D. RGB value is (171,190,45). Sum of RGB (Red+Green+Blue) = 171+190+45=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBE2D is #5441D2. Grayscale: #A8A8A8. Windows color (decimal): -5521875 or 2997931. OLE color: 2997931.

HSL color Cylindrical-coordinate representation of color #ABBE2D: hue angle of 67.86º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ABBE2D is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 190 45 -
CMYK 0.10 0 0.76 0.25
HSL 67.86º 0.62% 0.46% -
HSV(B) 67.86º 0.76% 0.75% -
XYZ 35.68 45.67 9.42 -
YUV 167.79 58.71 130.29 -
System Red Green Blue C M Y K H S L
Decimal 171 190 45 0.10 0 0.76 0.25 67.86 0.62 0.46
Hex AB BE 2D A 0 4C 19 44 3E 2E
Octal 253 276 55 12 0 114 31 104 76 56
Binary 10101011 10111110 101101 1010 0 1001100 11001 1000100 111110 101110

Color Harmonies of #ABBE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBE2D

Black with #ABBE2D

Text Example


Text Example

White with #ABBE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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