Html Css Color HEX #ABBC1B Bahia

📋 copy color: '#ABBC1B'

red 171 ◦ green 188 ◦ blue 27

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

Shades of Bahia #ABBC1B

Tints of Bahia #ABBC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.99%

R = 44.3%
G = 48.7%
B = 6.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#ABBC1B (or 0xABBC1B) is known color: Bahia. HEX triplet: AB, BC and 1B. RGB value is (171,188,27). Sum of RGB (Red+Green+Blue) = 171+188+27=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBC1B is #5443E4. Grayscale: #A5A5A5. Windows color (decimal): -5522405 or 1817771. OLE color: 1817771.

HSL color Cylindrical-coordinate representation of color #ABBC1B: hue angle of 66.34º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ABBC1B is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 188 27 -
CMYK 0.09 0 0.86 0.26
HSL 66.34º 0.75% 0.42% -
HSV(B) 66.34º 0.86% 0.74% -
XYZ 34.98 44.7 7.82 -
YUV 164.56 50.37 132.59 -
System Red Green Blue C M Y K H S L
Decimal 171 188 27 0.09 0 0.86 0.26 66.34 0.75 0.42
Hex AB BC 1B 9 0 56 1A 42 4B 2A
Octal 253 274 33 11 0 126 32 102 113 52
Binary 10101011 10111100 11011 1001 0 1010110 11010 1000010 1001011 101010

Color Harmonies of #ABBC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC1B

Black with #ABBC1B

Text Example


Text Example

White with #ABBC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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