Html Css Color HEX #ABB730 Bahia

📋 copy color: '#ABB730'

red 171 ◦ green 183 ◦ blue 48

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

Shades of Bahia #ABB730

Tints of Bahia #ABB730

RGB

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

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

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

R = 42.54%
G = 45.52%
B = 11.94%

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

#ABB730 (or 0xABB730) is known color: Bahia. HEX triplet: AB, B7 and 30. RGB value is (171,183,48). Sum of RGB (Red+Green+Blue) = 171+183+48=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB730 is #5448CF. Grayscale: #A4A4A4. Windows color (decimal): -5523664 or 3192747. OLE color: 3192747.

HSL color Cylindrical-coordinate representation of color #ABB730: hue angle of 65.33º degrees, saturation: 0.58, 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 #ABB730 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 183 48 -
CMYK 0.07 0 0.74 0.28
HSL 65.33º 0.58% 0.45% -
HSV(B) 65.33º 0.74% 0.72% -
XYZ 34.26 42.74 9.24 -
YUV 164.02 62.52 132.98 -
System Red Green Blue C M Y K H S L
Decimal 171 183 48 0.07 0 0.74 0.28 65.33 0.58 0.45
Hex AB B7 30 7 0 4A 1C 41 3A 2D
Octal 253 267 60 7 0 112 34 101 72 55
Binary 10101011 10110111 110000 111 0 1001010 11100 1000001 111010 101101

Color Harmonies of #ABB730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB730

Black with #ABB730

Text Example


Text Example

White with #ABB730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB730; }

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

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

background-color css

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

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

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

border-color css

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

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

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