Html Css Color HEX #ABBC2B Bahia

📋 copy color: '#ABBC2B'

red 171 ◦ green 188 ◦ blue 43

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

Shades of Bahia #ABBC2B

Tints of Bahia #ABBC2B

RGB

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

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

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

R = 42.54%
G = 46.77%
B = 10.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#ABBC2B (or 0xABBC2B) is known color: Bahia. HEX triplet: AB, BC and 2B. RGB value is (171,188,43). Sum of RGB (Red+Green+Blue) = 171+188+43=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 43 (17.19% from 255 or 10.70% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBC2B is #5443D4. Grayscale: #A6A6A6. Windows color (decimal): -5522389 or 2866347. OLE color: 2866347.

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

Color convert

RGB 171 188 43 -
CMYK 0.09 0 0.77 0.26
HSL 67.03º 0.63% 0.45% -
HSV(B) 67.03º 0.77% 0.74% -
XYZ 35.21 44.8 9.08 -
YUV 166.39 58.37 131.29 -
System Red Green Blue C M Y K H S L
Decimal 171 188 43 0.09 0 0.77 0.26 67.03 0.63 0.45
Hex AB BC 2B 9 0 4D 1A 43 3F 2D
Octal 253 274 53 11 0 115 32 103 77 55
Binary 10101011 10111100 101011 1001 0 1001101 11010 1000011 111111 101101

Color Harmonies of #ABBC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC2B

Black with #ABBC2B

Text Example


Text Example

White with #ABBC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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