Html Css Color HEX #ABBC32 Bahia

📋 copy color: '#ABBC32'

red 171 ◦ green 188 ◦ blue 50

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

Shades of Bahia #ABBC32

Tints of Bahia #ABBC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.22%

R = 41.81%
G = 45.97%
B = 12.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#ABBC32 (or 0xABBC32) is known color: Bahia. HEX triplet: AB, BC and 32. RGB value is (171,188,50). Sum of RGB (Red+Green+Blue) = 171+188+50=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBC32 is #5443CD. Grayscale: #A7A7A7. Windows color (decimal): -5522382 or 3325099. OLE color: 3325099.

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

Color convert

RGB 171 188 50 -
CMYK 0.09 0 0.73 0.26
HSL 67.39º 0.58% 0.47% -
HSV(B) 67.39º 0.73% 0.74% -
XYZ 35.35 44.85 9.81 -
YUV 167.19 61.87 130.72 -
System Red Green Blue C M Y K H S L
Decimal 171 188 50 0.09 0 0.73 0.26 67.39 0.58 0.47
Hex AB BC 32 9 0 49 1A 43 3A 2F
Octal 253 274 62 11 0 111 32 103 72 57
Binary 10101011 10111100 110010 1001 0 1001001 11010 1000011 111010 101111

Color Harmonies of #ABBC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC32

Black with #ABBC32

Text Example


Text Example

White with #ABBC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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