Html Css Color HEX #ABB830 Bahia

📋 copy color: '#ABB830'

red 171 ◦ green 184 ◦ blue 48

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

Shades of Bahia #ABB830

Tints of Bahia #ABB830

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.66%

 BLUE value IS 48 (19.14% from 255) = 11.91%

R = 42.43%
G = 45.66%
B = 11.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#ABB830 (or 0xABB830) is known color: Bahia. HEX triplet: AB, B8 and 30. RGB value is (171,184,48). Sum of RGB (Red+Green+Blue) = 171+184+48=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB830 is #5447CF. Grayscale: #A5A5A5. Windows color (decimal): -5523408 or 3193003. OLE color: 3193003.

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

Color convert

RGB 171 184 48 -
CMYK 0.07 0 0.74 0.28
HSL 65.74º 0.59% 0.45% -
HSV(B) 65.74º 0.74% 0.72% -
XYZ 34.47 43.15 9.31 -
YUV 164.61 62.19 132.56 -
System Red Green Blue C M Y K H S L
Decimal 171 184 48 0.07 0 0.74 0.28 65.74 0.59 0.45
Hex AB B8 30 7 0 4A 1C 42 3B 2D
Octal 253 270 60 7 0 112 34 102 73 55
Binary 10101011 10111000 110000 111 0 1001010 11100 1000010 111011 101101

Color Harmonies of #ABB830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB830

Black with #ABB830

Text Example


Text Example

White with #ABB830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB830; }

 p { color: rgb(171,184,48); }

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

background-color css

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

 a { background-color: rgb(171,184,48); }

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

border-color css

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

 span { border-color: rgb(171,184,48); }

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