Html Css Color HEX #ABC430 Bahia

📋 copy color: '#ABC430'

red 171 ◦ green 196 ◦ blue 48

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

Shades of Bahia #ABC430

Tints of Bahia #ABC430

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.23%

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

R = 41.2%
G = 47.23%
B = 11.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#ABC430 (or 0xABC430) is known color: Bahia. HEX triplet: AB, C4 and 30. RGB value is (171,196,48). Sum of RGB (Red+Green+Blue) = 171+196+48=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC430 is #543BCF. Grayscale: #ACACAC. Windows color (decimal): -5520336 or 3196075. OLE color: 3196075.

HSL color Cylindrical-coordinate representation of color #ABC430: hue angle of 70.14º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ABC430 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 196 48 -
CMYK 0.13 0 0.76 0.23
HSL 70.14º 0.61% 0.48% -
HSV(B) 70.14º 0.76% 0.77% -
XYZ 37.07 48.35 10.18 -
YUV 171.65 58.22 127.53 -
System Red Green Blue C M Y K H S L
Decimal 171 196 48 0.13 0 0.76 0.23 70.14 0.61 0.48
Hex AB C4 30 D 0 4C 17 46 3D 30
Octal 253 304 60 15 0 114 27 106 75 60
Binary 10101011 11000100 110000 1101 0 1001100 10111 1000110 111101 110000

Color Harmonies of #ABC430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC430

Black with #ABC430

Text Example


Text Example

White with #ABC430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC430; }

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

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

background-color css

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

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

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

border-color css

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

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

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