Html Css Color HEX #ABB732 Bahia

📋 copy color: '#ABB732'

red 171 ◦ green 183 ◦ blue 50

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

Shades of Bahia #ABB732

Tints of Bahia #ABB732

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.3%

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

R = 42.33%
G = 45.3%
B = 12.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#ABB732 (or 0xABB732) is known color: Bahia. HEX triplet: AB, B7 and 32. RGB value is (171,183,50). Sum of RGB (Red+Green+Blue) = 171+183+50=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB732 is #5448CD. Grayscale: #A4A4A4. Windows color (decimal): -5523662 or 3323819. OLE color: 3323819.

HSL color Cylindrical-coordinate representation of color #ABB732: hue angle of 65.41º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABB732 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 183 50 -
CMYK 0.07 0 0.73 0.28
HSL 65.41º 0.57% 0.46% -
HSV(B) 65.41º 0.73% 0.72% -
XYZ 34.3 42.76 9.46 -
YUV 164.25 63.52 132.81 -
System Red Green Blue C M Y K H S L
Decimal 171 183 50 0.07 0 0.73 0.28 65.41 0.57 0.46
Hex AB B7 32 7 0 49 1C 41 39 2E
Octal 253 267 62 7 0 111 34 101 71 56
Binary 10101011 10110111 110010 111 0 1001001 11100 1000001 111001 101110

Color Harmonies of #ABB732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB732

Black with #ABB732

Text Example


Text Example

White with #ABB732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB732; }

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

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

background-color css

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

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

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

border-color css

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

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

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