Html Css Color HEX #ABBC30 Bahia

📋 copy color: '#ABBC30'

red 171 ◦ green 188 ◦ blue 48

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

Shades of Bahia #ABBC30

Tints of Bahia #ABBC30

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.19%

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

R = 42.01%
G = 46.19%
B = 11.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#ABBC30 (or 0xABBC30) is known color: Bahia. HEX triplet: AB, BC and 30. RGB value is (171,188,48). Sum of RGB (Red+Green+Blue) = 171+188+48=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 48 (19.14% from 255 or 11.79% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBC30 is #5443CF. Grayscale: #A7A7A7. Windows color (decimal): -5522384 or 3194027. OLE color: 3194027.

HSL color Cylindrical-coordinate representation of color #ABBC30: hue angle of 67.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABBC30 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 188 48 -
CMYK 0.09 0 0.74 0.26
HSL 67.29º 0.59% 0.46% -
HSV(B) 67.29º 0.74% 0.74% -
XYZ 35.31 44.84 9.59 -
YUV 166.96 60.87 130.88 -
System Red Green Blue C M Y K H S L
Decimal 171 188 48 0.09 0 0.74 0.26 67.29 0.59 0.46
Hex AB BC 30 9 0 4A 1A 43 3B 2E
Octal 253 274 60 11 0 112 32 103 73 56
Binary 10101011 10111100 110000 1001 0 1001010 11010 1000011 111011 101110

Color Harmonies of #ABBC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC30

Black with #ABBC30

Text Example


Text Example

White with #ABBC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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