Html Css Color HEX #ABBD2B Bahia

📋 copy color: '#ABBD2B'

red 171 ◦ green 189 ◦ blue 43

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

Shades of Bahia #ABBD2B

Tints of Bahia #ABBD2B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.9%

 BLUE value IS 43 (17.19% from 255) = 10.67%

R = 42.43%
G = 46.9%
B = 10.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#ABBD2B (or 0xABBD2B) is known color: Bahia. HEX triplet: AB, BD and 2B. RGB value is (171,189,43). Sum of RGB (Red+Green+Blue) = 171+189+43=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 43 (17.19% from 255 or 10.67% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBD2B is #5442D4. Grayscale: #A7A7A7. Windows color (decimal): -5522133 or 2866603. OLE color: 2866603.

HSL color Cylindrical-coordinate representation of color #ABBD2B: hue angle of 67.4º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABBD2B is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 189 43 -
CMYK 0.10 0 0.77 0.26
HSL 67.4º 0.63% 0.45% -
HSV(B) 67.4º 0.77% 0.74% -
XYZ 35.43 45.23 9.15 -
YUV 166.97 58.04 130.87 -
System Red Green Blue C M Y K H S L
Decimal 171 189 43 0.10 0 0.77 0.26 67.4 0.63 0.45
Hex AB BD 2B A 0 4D 1A 43 3F 2D
Octal 253 275 53 12 0 115 32 103 77 55
Binary 10101011 10111101 101011 1010 0 1001101 11010 1000011 111111 101101

Color Harmonies of #ABBD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD2B

Black with #ABBD2B

Text Example


Text Example

White with #ABBD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD2B; }

 p { color: rgb(171,189,43); }

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

background-color css

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

 a { background-color: rgb(171,189,43); }

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

border-color css

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

 span { border-color: rgb(171,189,43); }

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