Html Css Color HEX #ABC630 Bahia

📋 copy color: '#ABC630'

red 171 ◦ green 198 ◦ blue 48

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

Shades of Bahia #ABC630

Tints of Bahia #ABC630

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.48%

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

R = 41.01%
G = 47.48%
B = 11.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#ABC630 (or 0xABC630) is known color: Bahia. HEX triplet: AB, C6 and 30. RGB value is (171,198,48). Sum of RGB (Red+Green+Blue) = 171+198+48=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC630 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC630 is #5439CF. Grayscale: #ADADAD. Windows color (decimal): -5519824 or 3196587. OLE color: 3196587.

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

Color convert

RGB 171 198 48 -
CMYK 0.14 0 0.76 0.22
HSL 70.8º 0.61% 0.48% -
HSV(B) 70.8º 0.76% 0.78% -
XYZ 37.52 49.26 10.33 -
YUV 172.83 57.55 126.7 -
System Red Green Blue C M Y K H S L
Decimal 171 198 48 0.14 0 0.76 0.22 70.8 0.61 0.48
Hex AB C6 30 E 0 4C 16 47 3D 30
Octal 253 306 60 16 0 114 26 107 75 60
Binary 10101011 11000110 110000 1110 0 1001100 10110 1000111 111101 110000

Color Harmonies of #ABC630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC630

Black with #ABC630

Text Example


Text Example

White with #ABC630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC630; }

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

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

background-color css

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

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

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

border-color css

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

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

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