Html Css Color HEX #ABB632 Bahia

📋 copy color: '#ABB632'

red 171 ◦ green 182 ◦ blue 50

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

Shades of Bahia #ABB632

Tints of Bahia #ABB632

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.16%

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

R = 42.43%
G = 45.16%
B = 12.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#ABB632 (or 0xABB632) is known color: Bahia. HEX triplet: AB, B6 and 32. RGB value is (171,182,50). Sum of RGB (Red+Green+Blue) = 171+182+50=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 182 (71.48% from 255 or 45.16% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB632 is #5449CD. Grayscale: #A4A4A4. Windows color (decimal): -5523918 or 3323563. OLE color: 3323563.

HSL color Cylindrical-coordinate representation of color #ABB632: hue angle of 65º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABB632 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 182 50 -
CMYK 0.06 0 0.73 0.29
HSL 65º 0.57% 0.45% -
HSV(B) 65º 0.73% 0.71% -
XYZ 34.1 42.34 9.39 -
YUV 163.66 63.86 133.23 -
System Red Green Blue C M Y K H S L
Decimal 171 182 50 0.06 0 0.73 0.29 65 0.57 0.45
Hex AB B6 32 6 0 49 1D 41 39 2D
Octal 253 266 62 6 0 111 35 101 71 55
Binary 10101011 10110110 110010 110 0 1001001 11101 1000001 111001 101101

Color Harmonies of #ABB632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB632

Black with #ABB632

Text Example


Text Example

White with #ABB632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB632; }

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

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

background-color css

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

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

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

border-color css

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

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

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