Html Css Color HEX #ABB629 Bahia

📋 copy color: '#ABB629'

red 171 ◦ green 182 ◦ blue 41

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

Shades of Bahia #ABB629

Tints of Bahia #ABB629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.41%

R = 43.4%
G = 46.19%
B = 10.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#ABB629 (or 0xABB629) is known color: Bahia. HEX triplet: AB, B6 and 29. RGB value is (171,182,41). Sum of RGB (Red+Green+Blue) = 171+182+41=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 182 (71.48% from 255 or 46.19% from 394); Blue value is 41 (16.41% from 255 or 10.41% from 394); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB629 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB629 is #5449D6. Grayscale: #A3A3A3. Windows color (decimal): -5523927 or 2733739. OLE color: 2733739.

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

Color convert

RGB 171 182 41 -
CMYK 0.06 0 0.77 0.29
HSL 64.68º 0.63% 0.44% -
HSV(B) 64.68º 0.77% 0.71% -
XYZ 33.92 42.27 8.47 -
YUV 162.64 59.36 133.96 -
System Red Green Blue C M Y K H S L
Decimal 171 182 41 0.06 0 0.77 0.29 64.68 0.63 0.44
Hex AB B6 29 6 0 4D 1D 41 3F 2C
Octal 253 266 51 6 0 115 35 101 77 54
Binary 10101011 10110110 101001 110 0 1001101 11101 1000001 111111 101100

Color Harmonies of #ABB629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB629

Black with #ABB629

Text Example


Text Example

White with #ABB629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB629; }

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

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

background-color css

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

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

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

border-color css

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

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

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