Html Css Color HEX #ABB326 Bahia

📋 copy color: '#ABB326'

red 171 ◦ green 179 ◦ blue 38

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

Shades of Bahia #ABB326

Tints of Bahia #ABB326

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.13%

 BLUE value IS 38 (15.23% from 255) = 9.79%

R = 44.07%
G = 46.13%
B = 9.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#ABB326 (or 0xABB326) is known color: Bahia. HEX triplet: AB, B3 and 26. RGB value is (171,179,38). Sum of RGB (Red+Green+Blue) = 171+179+38=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 38 (15.23% from 255 or 9.79% from 388); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB326 is #544CD9. Grayscale: #A1A1A1. Windows color (decimal): -5524698 or 2536363. OLE color: 2536363.

HSL color Cylindrical-coordinate representation of color #ABB326: hue angle of 63.4º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ABB326 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 179 38 -
CMYK 0.04 0 0.79 0.30
HSL 63.4º 0.65% 0.43% -
HSV(B) 63.4º 0.79% 0.7% -
XYZ 33.26 41.04 8 -
YUV 160.53 58.85 135.46 -
System Red Green Blue C M Y K H S L
Decimal 171 179 38 0.04 0 0.79 0.30 63.4 0.65 0.43
Hex AB B3 26 4 0 4F 1E 3F 41 2B
Octal 253 263 46 4 0 117 36 77 101 53
Binary 10101011 10110011 100110 100 0 1001111 11110 111111 1000001 101011

Color Harmonies of #ABB326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB326

Black with #ABB326

Text Example


Text Example

White with #ABB326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB326; }

 p { color: rgb(171,179,38); }

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

background-color css

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

 a { background-color: rgb(171,179,38); }

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

border-color css

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

 span { border-color: rgb(171,179,38); }

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